diff options
Diffstat (limited to 'app/views/devise/registrations/edit.html.erb')
-rw-r--r-- | app/views/devise/registrations/edit.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
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| %> |