about summary refs log tree commit diff stats
path: root/app/views/users/passwords
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/users/passwords')
-rw-r--r--app/views/users/passwords/edit.html.haml1
-rw-r--r--app/views/users/passwords/new.html.haml1
2 files changed, 2 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