Sha256: 6d58ec6fe8556a8958efc4ed4ab7208c3d1c26224eb64c70b2f270a891cb0f9f

Contents?: true

Size: 991 Bytes

Versions: 3

Compression:

Stored size: 991 Bytes

Contents

<%= render :partial => 'spree/shared/error_messages', :locals => { :target => @spree_user } %>
<div class="col-md-6 col-md-offset-3">
  <div class="panel panel-default">
    <div class="panel-heading">
      <h3 class="panel-title"><%= Spree.t(:change_your_password) %></h3>
    </div>
    <div class="panel-body">
      <%= form_for @spree_user, :as => :spree_user, :url => spree.update_password_path, :method => :put do |f| %>
        <div class="form-group">
          <%= f.label :password, Spree.t(:password) %>
          <%= f.password_field :password, :class => "form-control" %>
        </div>
        <div class="form-group">
          <%= f.label :password_confirmation, Spree.t(:confirm_password) %>
          <%= f.password_field :password_confirmation, :class => "form-control" %>
        </div>
        <%= f.hidden_field :reset_password_token %>
        <%= f.submit Spree.t(:update), :class => 'btn btn-lg btn-success btn-block' %>
      <% end %>
    </div>
  </div>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spree_auth_devise-3.5.2 app/views/spree/user_passwords/edit.html.erb
spree_auth_devise-3.5.1 app/views/spree/user_passwords/edit.html.erb
spree_auth_devise-3.5.0 app/views/spree/user_passwords/edit.html.erb