Guest User

Untitled

a guest
Mar 8th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. %h1= "Log In"
  2. %form{:action => login_url, :method => 'post'}
  3. %input{:type => 'hidden', :name => 'authenticity_token', :value => form_authenticity_token}
  4. %div
  5. %label= "Username:"
  6. %input{:name => 'username'}
  7. %div
  8. %label= "Password:"
  9. %input{:type => 'password', :name => 'password'}
  10. %input{:type => 'submit', :value => 'Login'}
Add Comment
Please, Sign In to add comment