Sha256: aee74900cbb6a4a6fc945441f0f5328f5dd570c91bc46aea17493fe83cdcd4bf
Contents?: true
Size: 541 Bytes
Versions: 1
Compression:
Stored size: 541 Bytes
Contents
<%= render partial: 'spree/shared/error_messages', locals: { target: @spree_user } %> <div id="forgot-password"> <h6><%= I18n.t('spree.forgot_password') %></h6> <p><%= I18n.t('spree.instructions_to_reset_password') %></p> <%= form_for Spree::User.new, as: :spree_user, url: spree.reset_password_path do |f| %> <p> <%= f.label :email, I18n.t('spree.email') %><br /> <%= f.email_field :email %> </p> <p> <%= f.submit I18n.t('spree.reset_password'), class: 'button primary' %> </p> <% end %> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
solidus_auth_devise-2.2.0 | lib/views/frontend/spree/user_passwords/new.html.erb |