Sha256: b9aee5f6f3cb6215cc5fe80d8b8fe59f5a224a96cfa4483bbedb9261c21a43ae

Contents?: true

Size: 408 Bytes

Versions: 23

Compression:

Stored size: 408 Bytes

Contents

<div id="forgot-password">
  <h6><%= t(:forgot_password) %></h6>

  <p><%= t(:instructions_to_reset_password) %></p>

  <%= form_for Spree::User.new, :as => :user, :url => spree.user_password_path do |f| %>
    <p>
      <%= f.label :email, t(:email) %><br />
      <%= f.email_field :email %>
    </p>
    <p>
      <%= f.submit t(:reset_password), :class => 'button primary' %>
    </p>
  <% end %>
</div>

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
spree_auth-1.1.5 app/views/spree/user_passwords/new.html.erb
spree_auth-1.0.7 app/views/spree/user_passwords/new.html.erb
spree_auth_devise-1.3.1 app/views/spree/user_passwords/new.html.erb
spree_auth_devise-1.2.0 app/views/spree/user_passwords/new.html.erb
spree_auth_devise-1.0.1 app/views/spree/user_passwords/new.html.erb
spree_auth-1.1.4 app/views/spree/user_passwords/new.html.erb
spree_auth_devise-1.0.0 app/views/spree/user_passwords/new.html.erb
spree_auth-1.1.3 app/views/spree/user_passwords/new.html.erb
spree_auth-1.0.6 app/views/spree/user_passwords/new.html.erb
spree_auth-1.0.5 app/views/spree/user_passwords/new.html.erb
spree_auth-1.1.2 app/views/spree/user_passwords/new.html.erb
spree_auth-1.1.2.rc1 app/views/spree/user_passwords/new.html.erb
spree_auth-1.1.1 app/views/spree/user_passwords/new.html.erb
spree_auth-1.1.0 app/views/spree/user_passwords/new.html.erb
spree_auth-1.0.4 app/views/spree/user_passwords/new.html.erb
spree_auth-1.1.0.rc2 app/views/spree/user_passwords/new.html.erb
spree_auth-1.1.0.rc1 app/views/spree/user_passwords/new.html.erb
spree_auth-1.0.3 app/views/spree/user_passwords/new.html.erb
spree_auth-1.0.2 app/views/spree/user_passwords/new.html.erb
spree_auth-1.0.1 app/views/spree/user_passwords/new.html.erb