Sha256: 48e6f38f601ad95ba8714a277cc83e00b72ce326984462788d3791145f0c14e6
Contents?: true
Size: 581 Bytes
Versions: 26
Compression:
Stored size: 581 Bytes
Contents
<%= render :partial => 'spree/shared/error_messages', :locals => { :target => @user } %> <h2><%= t(:change_my_password) %></h2> <%= form_for @user, :url => spree.user_password_path, :method => :put do |f| %> <p> <%= f.label :password, t(:password) %><br /> <%= f.password_field :password %><br /> </p> <p> <%= f.label :password_confirmation, t(:password_confirmation) %><br /> <%= f.password_field :password_confirmation %><br /> </p> <%= f.hidden_field :reset_password_token %> <%= f.submit t(:update_password), :class => 'button primary' %> <% end %>
Version data entries
26 entries across 26 versions & 3 rubygems