app/views/devise/registrations/edit.html.erb in enju_leaf-1.1.0.rc19 vs app/views/devise/registrations/edit.html.erb in enju_leaf-1.1.0.rc20

- old
+ new

@@ -1,19 +1,19 @@ <div id="content_detail" class="ui-corner-all ui-widget-content"> -<h2 class="title"><%= t('page.password') %></h2> +<h2 class="title"><%= t('activerecord.models.registration') %></h2> <div id="content_list"> <%= form_for(resource, :as => resource_name, :url => user_registration_path, :html => { :method => :put }) do |f| %> <%= devise_error_messages! %> + <p><%= f.label :current_password %> + <p><%= f.password_field :current_password %></p> + <p><%= f.label :password %> <p><%= f.password_field :password %></p> <p><%= f.label :password_confirmation %></p> <p><%= f.password_field :password_confirmation %></p> - - <p><%= f.label :current_password %> - <p><%= f.password_field :current_password %></p> <p><%= f.submit t('page.update') %></p> <% end %> </div>