diff options
Diffstat (limited to 'app/views/devise')
-rw-r--r-- | app/views/devise/confirmations/new.html.erb | 2 | ||||
-rw-r--r-- | app/views/devise/registrations/edit.html.erb | 2 | ||||
-rw-r--r-- | app/views/devise/registrations/new.html.erb | 2 | ||||
-rw-r--r-- | app/views/devise/unlocks/new.html.erb | 2 |
4 files changed, 8 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| %> |
diff --git a/app/views/devise/registrations/edit.html.erb b/app/views/devise/registrations/edit.html.erb index 1e66f3d..471580a 100644 --- a/app/views/devise/registrations/edit.html.erb +++ b/app/views/devise/registrations/edit.html.erb | |||
@@ -1,3 +1,5 @@ | |||
1 | <% "Edit account" %> | ||
2 | |||
1 | <h2>Edit <%= resource_name.to_s.humanize %></h2> | 3 | <h2>Edit <%= resource_name.to_s.humanize %></h2> |
2 | 4 | ||
3 | <%= form_for(resource, as: resource_name, url: registration_path(resource_name), html: { method: :put }) do |f| %> | 5 | <%= form_for(resource, as: resource_name, url: registration_path(resource_name), html: { method: :put }) do |f| %> |
diff --git a/app/views/devise/registrations/new.html.erb b/app/views/devise/registrations/new.html.erb index 5a238ce..ad0a77f 100644 --- a/app/views/devise/registrations/new.html.erb +++ b/app/views/devise/registrations/new.html.erb | |||
@@ -1,3 +1,5 @@ | |||
1 | <% title "Sign up" %> | ||
2 | |||
1 | <h2>Sign up</h2> | 3 | <h2>Sign up</h2> |
2 | 4 | ||
3 | <%= form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f| %> | 5 | <%= form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f| %> |
diff --git a/app/views/devise/unlocks/new.html.erb b/app/views/devise/unlocks/new.html.erb index 16586bc..8a9097a 100644 --- a/app/views/devise/unlocks/new.html.erb +++ b/app/views/devise/unlocks/new.html.erb | |||
@@ -1,3 +1,5 @@ | |||
1 | <% title "Resend unlock instructions" %> | ||
2 | |||
1 | <h2>Resend unlock instructions</h2> | 3 | <h2>Resend unlock instructions</h2> |
2 | 4 | ||
3 | <%= form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f| %> | 5 | <%= form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f| %> |