Sha256: 2a409bbb48dc45fd83dafaa1ba11e9e519e98cb4ccf4a018222c4fe7c889e303

Contents?: true

Size: 1.02 KB

Versions: 50

Compression:

Stored size: 1.02 KB

Contents

<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 %>

Version data entries

50 entries across 25 versions & 1 rubygems

Version Path
roroacms-0.0.7.4 app/views/devise/registrations/edit.html.erb
roroacms-0.0.7.4 app/views/roroacms/devise/registrations/edit.html.erb
roroacms-0.0.7.3 app/views/roroacms/devise/registrations/edit.html.erb
roroacms-0.0.7.3 app/views/devise/registrations/edit.html.erb
roroacms-0.0.7.2 app/views/roroacms/devise/registrations/edit.html.erb
roroacms-0.0.7.2 app/views/devise/registrations/edit.html.erb
roroacms-0.0.7.1 app/views/roroacms/devise/registrations/edit.html.erb
roroacms-0.0.7.1 app/views/devise/registrations/edit.html.erb
roroacms-0.0.7 app/views/roroacms/devise/registrations/edit.html.erb
roroacms-0.0.7 app/views/devise/registrations/edit.html.erb