app/views/devise/registrations/edit.html.erb in roroacms-0.0.6.9 vs app/views/devise/registrations/edit.html.erb in roroacms-0.0.7

- old
+ new

@@ -1,25 +1,25 @@ -<h2><%= t('.title', :resource => resource_class.model_name.human) %></h2> - -<%= form_for(resource, :as => resource_name, :url => registration_path(resource_name), :html => { method: :put }) do |f| %> - <%= devise_error_messages! %> - - <div><%= f.label :email %><br /> - <%= f.email_field :email %></div> - - <div><%= f.label :password %> <i>(<%= t('.leave_blank_if_you_don_t_want_to_change_it') %>)</i><br /> - <%= f.password_field :password, :autocomplete => "off" %></div> - - <div><%= f.label :password_confirmation %><br /> - <%= f.password_field :password_confirmation %></div> - - <div><%= f.label :current_password %> <i>(<%= t('.we_need_your_current_password_to_confirm_your_changes') %>)</i><br /> - <%= f.password_field :current_password %></div> - - <div><%= f.submit t('.update') %></div> -<% end %> - -<h3><%= t('.cancel_my_account') %></h3> - -<p><%= t('.unhappy') %>? <%= link_to t('.cancel_my_account'), registration_path(resource_name), :data => { :confirm => t('.are_you_sure') }, :method => :delete %>.</p> - +<h2><%= t('.title', :resource => resource_class.model_name.human) %></h2> + +<%= form_for(resource, :as => resource_name, :url => registration_path(resource_name), :html => { method: :put }) do |f| %> + <%= devise_error_messages! %> + + <div><%= f.label :email %><br /> + <%= f.email_field :email %></div> + + <div><%= f.label :password %> <i>(<%= t('.leave_blank_if_you_don_t_want_to_change_it') %>)</i><br /> + <%= f.password_field :password, :autocomplete => "off" %></div> + + <div><%= f.label :password_confirmation %><br /> + <%= f.password_field :password_confirmation %></div> + + <div><%= f.label :current_password %> <i>(<%= t('.we_need_your_current_password_to_confirm_your_changes') %>)</i><br /> + <%= f.password_field :current_password %></div> + + <div><%= f.submit t('.update') %></div> +<% end %> + +<h3><%= t('.cancel_my_account') %></h3> + +<p><%= t('.unhappy') %>? <%= link_to t('.cancel_my_account'), registration_path(resource_name), :data => { :confirm => t('.are_you_sure') }, :method => :delete %>.</p> + <%= link_to "Back", :back %> \ No newline at end of file