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

Version Path
leonardo-1.10.0 lib/generators/leolay/templates/app/views/devise/registrations/edit.html.erb
leonardo-1.9.0 lib/generators/leolay/templates/app/views/devise/registrations/edit.html.erb
leonardo-1.9.0.beta2 lib/generators/leolay/templates/app/views/devise/registrations/edit.html.erb
leonardo-1.9.0.beta1 lib/generators/leolay/templates/app/views/devise/registrations/edit.html.erb
leonardo-1.8.4 lib/generators/leolay/templates/app/views/devise/registrations/edit.html.erb
leonardo-1.8.3 lib/generators/leolay/templates/app/views/devise/registrations/edit.html.erb
leonardo-1.8.2 lib/generators/leolay/templates/app/views/devise/registrations/edit.html.erb
leonardo-1.8.1 lib/generators/leolay/templates/app/views/devise/registrations/edit.html.erb
leonardo-1.8.0 lib/generators/leolay/templates/app/views/devise/registrations/edit.html.erb
leonardo-1.7.2 lib/generators/leolay/templates/app/views/devise/registrations/edit.html.erb
leonardo-1.7.1 lib/generators/leolay/templates/app/views/devise/registrations/edit.html.erb
leonardo-1.7.0 lib/generators/leolay/templates/app/views/devise/registrations/edit.html.erb
leonardo-1.6.1 lib/generators/leolay/templates/app/views/devise/registrations/edit.html.erb
leonardo-1.6.0 lib/generators/leolay/templates/app/views/devise/registrations/edit.html.erb
leonardo-1.5.0 lib/generators/leolay/templates/app/views/devise/registrations/edit.html.erb
leonardo-1.4.0 lib/generators/leolay/templates/app/views/devise/registrations/edit.html.erb
leonardo-1.3.1 lib/generators/leolay/templates/app/views/devise/registrations/edit.html.erb
leonardo-1.3.0 lib/generators/leolay/templates/app/views/devise/registrations/edit.html.erb