Sha256: ee70c9429c8517930608564ac4a049f037f50c30328fab98247d9b64062df8ba
Contents?: true
Size: 1.01 KB
Versions: 18
Compression:
Stored size: 1.01 KB
Contents
<h2><%= t(:edit) %> <%= resource_name.to_s.humanize %></h2> <%= form_for(resource, :as => resource_name, :url => registration_path(resource_name), :html => { :method => :put }) do |f| %> <%= devise_error_messages! %> <p><%= f.label :email %><br /> <%= f.email_field :email %></p> <p><%= f.label :password %> <i>(leave blank if you don't want to change it)</i><br /> <%= f.password_field :password %></p> <p><%= f.label :password_confirmation, t("authentication.password_confirmation") %><br /> <%= f.password_field :password_confirmation %></p> <p><%= f.label :current_password, t("authentication.current_password") %> <i>(we need your current password to confirm your changes)</i><br /> <%= f.password_field :current_password %></p> <p><%= f.submit t(:update) %></p> <% end %> <h3><%= t("authentication.cancel_my_account") %></h3> <p>Unhappy? <%= link_to t("authentication.cancel_my_account"), registration_path(resource_name), :confirm => t(:sure?), :method => :delete %>.</p> <%= link_to t(:back), :back %>
Version data entries
18 entries across 18 versions & 1 rubygems