diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-07-06 16:52:48 -0400 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-07-06 16:52:48 -0400 |
| commit | dd231a335758873dcd9024db7618837094fcc0a5 (patch) | |
| tree | f65a353ff0988e2be5970c29bd6bb7bb4d5c9edf /app/views/users | |
| parent | 2586fba3b8a181289c597071733774b3a406f675 (diff) | |
| download | thoughts-dd231a335758873dcd9024db7618837094fcc0a5.tar.gz thoughts-dd231a335758873dcd9024db7618837094fcc0a5.tar.bz2 thoughts-dd231a335758873dcd9024db7618837094fcc0a5.zip | |
Added page titles
refs #4
Diffstat (limited to 'app/views/users')
| -rw-r--r-- | app/views/users/passwords/edit.html.haml | 1 | ||||
| -rw-r--r-- | app/views/users/passwords/new.html.haml | 1 | ||||
| -rw-r--r-- | app/views/users/sessions/new.html.haml | 1 |
3 files changed, 3 insertions, 0 deletions
| diff --git a/app/views/users/passwords/edit.html.haml b/app/views/users/passwords/edit.html.haml index 3d2d9ee..39db61e 100644 --- a/app/views/users/passwords/edit.html.haml +++ b/app/views/users/passwords/edit.html.haml | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | - title "Change password" | ||
| 1 | %h2 Change your password | 2 | %h2 Change your password |
| 2 | = devise_error_messages! | 3 | = devise_error_messages! |
| 3 | #principal | 4 | #principal |
| diff --git a/app/views/users/passwords/new.html.haml b/app/views/users/passwords/new.html.haml index 03d3854..d5972f5 100644 --- a/app/views/users/passwords/new.html.haml +++ b/app/views/users/passwords/new.html.haml | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | - title "Forgot password" | ||
| 1 | %h2 Forgot your password? | 2 | %h2 Forgot your password? |
| 2 | = devise_error_messages! | 3 | = devise_error_messages! |
| 3 | #principal | 4 | #principal |
| diff --git a/app/views/users/sessions/new.html.haml b/app/views/users/sessions/new.html.haml index f7c8de9..6b82038 100644 --- a/app/views/users/sessions/new.html.haml +++ b/app/views/users/sessions/new.html.haml | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | - title "Sign in" | ||
| 1 | #principal | 2 | #principal |
| 2 | = form_for(resource, as: resource_name, url: session_path(resource_name)) do |f| | 3 | = form_for(resource, as: resource_name, url: session_path(resource_name)) do |f| |
| 3 | .field | 4 | .field |
