diff options
Diffstat (limited to 'app/views/auth/confirmations')
-rw-r--r-- | app/views/auth/confirmations/new.html.haml | 3 |
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! |