Sha256: 3f0df90c540df019ff29ee2d97c5e28970d1e648b0010d3f172f91c511d394e8
Contents?: true
Size: 689 Bytes
Versions: 5
Compression:
Stored size: 689 Bytes
Contents
<%= render partial: 'spree/shared/error_messages', locals: { target: @spree_user } %> <div id="change-password"> <h6><%= I18n.t('spree.change_my_password') %></h6> <%= form_for @spree_user, as: :spree_user, url: spree.update_password_path, method: :put do |f| %> <p> <%= f.label :password, I18n.t('spree.password') %><br /> <%= f.password_field :password %><br /> </p> <p> <%= f.label :password_confirmation, I18n.t('spree.confirm_password') %><br /> <%= f.password_field :password_confirmation %><br /> </p> <%= f.hidden_field :reset_password_token %> <%= f.submit I18n.t('spree.update'), class: 'button primary' %> <% end %> </div>
Version data entries
5 entries across 5 versions & 1 rubygems