Sha256: e1abfa59d9f2b97d3a58c5c8bd49005c7a71673d61de2b7a0151dbd5ae8f051b
Contents?: true
Size: 547 Bytes
Versions: 1
Compression:
Stored size: 547 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.admin_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/backend/spree/admin/user_passwords/new.html.erb |