Sha256: 8f247f5c62cb1f21bda67029efc1277fd21e2e0ff1ed28b4c52d08d8a2c47b33

Contents?: true

Size: 908 Bytes

Versions: 1

Compression:

Stored size: 908 Bytes

Contents

<h2><%= t(:my_account) %></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.text_field :email %></p>

  <p><%= f.label :password %> <i><%= t(:leave_blank_to_not_change) %></i><br />
  <%= f.password_field :password %></p>

  <p><%= f.label :password_confirmation %><br />
  <%= f.password_field :password_confirmation %></p>

  <p><%= f.label :current_password %> <i><%= t(:enter_password_to_confirm) %></i><br />
  <%= f.password_field :current_password %></p>

  <p><%= f.submit t(:update) %></p>
<% end %>

<h3><%= t(:cancel_my_account) %></h3>

<p><%= t(:cancel_my_account_description) %> <%= link_to t(:cancel_my_account), registration_path(resource_name), :confirm => t(:are_you_sure), :method => :delete %>.</p>

<%= link_to t(:back), :back %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spree_auth-0.30.0.beta1 app/views/devise/registrations/edit.html.erb