Sha256: a81d9ce8a4d28e8bd3dbcc7f04df6def3ef36518611c399496dd91744944c558

Contents?: true

Size: 1.16 KB

Versions: 18

Compression:

Stored size: 1.16 KB

Contents

<%= render :partial => 'spree/shared/error_messages', :locals => { :target => @spree_user } %>

<div class="container user-passwords">
  <div class="row">
    <div class="col-lg-6 offset-lg-3">
      <div class="card mb-3 user-passwords-no-border">
        <h3 class="spree-mb-large spree-mt-large spree-header"><%= Spree.t(:change_your_password) %></h3>
        <div class="card-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), class: 'spree-flat-label' %>
              <%= f.password_field :password, class: "spree-flat-input" %>
            </div>
            <div class="form-group">
              <%= f.label :password_confirmation, Spree.t(:confirm_password), class: 'spree-flat-label' %>
              <%= f.password_field :password_confirmation, class: "spree-flat-input" %>
            </div>
            <%= f.hidden_field :reset_password_token %>
            <%= f.submit Spree.t(:update), class: 'btn btn-primary btn-block spree-btn mt-2' %>
          <% end %>
        </div>
      </div>
    </div>
  </div>
</div>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
spree_auth_devise-4.6.3 lib/views/frontend/spree/user_passwords/edit.html.erb
spree_auth_devise-4.6.2 lib/views/frontend/spree/user_passwords/edit.html.erb
spree_auth_devise-4.6.1 lib/views/frontend/spree/user_passwords/edit.html.erb
spree_auth_devise-4.6.0 lib/views/frontend/spree/user_passwords/edit.html.erb
spree_auth_devise-4.5.0 lib/views/frontend/spree/user_passwords/edit.html.erb
spree_auth_devise-4.4.2 lib/views/frontend/spree/user_passwords/edit.html.erb
spree_auth_devise-4.1.1 app/views/spree/user_passwords/edit.html.erb
spree_auth_devise-4.2.1 app/views/spree/user_passwords/edit.html.erb
spree_auth_devise-4.4.1 lib/views/frontend/spree/user_passwords/edit.html.erb
spree_auth_devise-4.4.0 lib/views/frontend/spree/user_passwords/edit.html.erb
spree_auth_devise-4.3.4 app/views/spree/user_passwords/edit.html.erb
spree_auth_devise-4.3.3 app/views/spree/user_passwords/edit.html.erb
spree_auth_devise-4.3.2 app/views/spree/user_passwords/edit.html.erb
spree_auth_devise-4.3.1 app/views/spree/user_passwords/edit.html.erb
spree_auth_devise-4.3.0 app/views/spree/user_passwords/edit.html.erb
spree_auth_devise-4.2.0 app/views/spree/user_passwords/edit.html.erb
spree_auth_devise-4.1.0 app/views/spree/user_passwords/edit.html.erb
spree_auth_devise-4.1.0.rc1 app/views/spree/user_passwords/edit.html.erb