about summary refs log tree commit diff
path: root/app/views/auth/confirmations/new.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/auth/confirmations/new.html.haml')
-rw-r--r--app/views/auth/confirmations/new.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/auth/confirmations/new.html.haml b/app/views/auth/confirmations/new.html.haml
index 5c1cf5734..e287f1528 100644
--- a/app/views/auth/confirmations/new.html.haml
+++ b/app/views/auth/confirmations/new.html.haml
@@ -1,3 +1,6 @@
+- content_for :page_title do
+  Confirmation instructions
+
 = form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f|
   = devise_error_messages!