replace skeleton files by previous version; apply obvious fixes
This commit is contained in:
parent
1f5cbcd6d1
commit
2133be2436
35 changed files with 1086 additions and 39 deletions
13
app/views/sessions/new.html.haml
Normal file
13
app/views/sessions/new.html.haml
Normal file
|
@ -0,0 +1,13 @@
|
|||
%h1 Log in
|
||||
|
||||
= form_tag sessions_path do
|
||||
%p
|
||||
= label_tag :email
|
||||
%br/
|
||||
= text_field_tag :email, params[:email]
|
||||
%p
|
||||
= label_tag :password
|
||||
%br/
|
||||
= password_field_tag :password
|
||||
%p.button
|
||||
= submit_tag "Log in"
|
Loading…
Add table
Add a link
Reference in a new issue