Guest User

Untitled

a guest
May 5th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <% form :action => "login" do %>
  2. <%= text_field :name => 'username', :label => 'User:' %> <br/>
  3. <%= text_field :name => 'password', :label => 'Password:' %> <br/>
  4. <%= submit "Login" %>
  5. <% end %>
Add Comment
Please, Sign In to add comment