about summary refs log tree commit diff
path: root/app/views/auth/registrations/edit.html.haml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-10-14 01:03:12 +0200
committerEugen Rochko <eugen@zeonfederated.com>2016-10-14 01:03:12 +0200
commit9b195f5dd34ad646e1300abaaa42e10cf43cd5db (patch)
treec937a1b1a1df8766203d947856eddac301ce4c3e /app/views/auth/registrations/edit.html.haml
parent33f7e1cf996b9f87784cb1218885d9acbc718944 (diff)
Add window titles to auth pages and about page, link sign up/login from about page
Diffstat (limited to 'app/views/auth/registrations/edit.html.haml')
-rw-r--r--app/views/auth/registrations/edit.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/auth/registrations/edit.html.haml b/app/views/auth/registrations/edit.html.haml
index 943230b34..9a52af35c 100644
--- a/app/views/auth/registrations/edit.html.haml
+++ b/app/views/auth/registrations/edit.html.haml
@@ -1,3 +1,6 @@
+- content_for :page_title do
+  Change password
+
 = form_for(resource, as: resource_name, url: registration_path(resource_name), html: { method: :put }) do |f|
   = devise_error_messages!