2016-10-14 08:03:12 +09:00
|
|
|
- content_for :page_title do
|
|
|
|
Log in
|
|
|
|
|
2016-10-18 23:37:15 +09:00
|
|
|
= simple_form_for(resource, as: resource_name, url: session_path(resource_name)) do |f|
|
|
|
|
= f.input :email, autofocus: true, placeholder: 'E-mail address', required: true
|
|
|
|
= f.input :password, placeholder: 'Password', required: true
|
|
|
|
|
2016-03-06 06:43:05 +09:00
|
|
|
.actions
|
2016-10-18 23:37:15 +09:00
|
|
|
= f.button :button, "Log in", type: :submit
|
2016-03-06 06:43:05 +09:00
|
|
|
|
|
|
|
.form-footer= render "auth/shared/links"
|