replace skeleton files by previous version; apply obvious fixes

This commit is contained in:
JuliusR 2021-12-18 11:21:51 +01:00
parent 1f5cbcd6d1
commit 2133be2436
35 changed files with 1086 additions and 39 deletions

View 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"