diff options
Diffstat (limited to 'app/views/auth/sessions')
-rw-r--r-- | app/views/auth/sessions/new.html.haml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/auth/sessions/new.html.haml b/app/views/auth/sessions/new.html.haml index 220d0ec79..7cfd1cb68 100644 --- a/app/views/auth/sessions/new.html.haml +++ b/app/views/auth/sessions/new.html.haml @@ -1,3 +1,6 @@ +- content_for :page_title do + Log in + = form_for(resource, as: resource_name, url: session_path(resource_name)) do |f| .field = f.email_field :email, autofocus: true, placeholder: 'E-mail address', required: true |