diff options
Diffstat (limited to 'app/views/devise/confirmations')
-rw-r--r-- | app/views/devise/confirmations/new.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/devise/confirmations/new.html.erb b/app/views/devise/confirmations/new.html.erb index 2dc668f..8d6680a 100644 --- a/app/views/devise/confirmations/new.html.erb +++ b/app/views/devise/confirmations/new.html.erb | |||
@@ -1,3 +1,5 @@ | |||
1 | <% title "Resend confirmation instructions" %> | ||
2 | |||
1 | <h2>Resend confirmation instructions</h2> | 3 | <h2>Resend confirmation instructions</h2> |
2 | 4 | ||
3 | <%= form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f| %> | 5 | <%= form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f| %> |