This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
barleysodas/app/views/sessions/new.rhtml

6 lines
216 B
Plaintext

<% form_for(:session, @people, :url => sessions_path, :html => { :method => :post }) do |f| -%>
<p>
<label for="login">People</label> <%= text_field_tag 'login' -%>
</p>
<%= submit_tag 'Login' %>
<% end -%>