Sha256: cae17ff54ae7e40ca0aee3e6a099fb739082db2faeb032abe417d3954f9af025
Contents?: true
Size: 813 Bytes
Versions: 4
Compression:
Stored size: 813 Bytes
Contents
<%= render :partial => 'spree/shared/error_messages', :locals => { :target => @spree_user } %> <div class="col-lg-6 offset-lg-3" id="forgot-password"> <div class="card mb-3"> <div class="card-header"> <h3 class="card-title mb-0 h6"><%= Spree.t(:forgot_password) %></h3> </div> <div class="card-body"> <p><%= Spree.t(:instructions_to_reset_password) %></p> <%= form_for Spree::User.new, :as => :spree_user, :url => spree.reset_password_path do |f| %> <div class="form-group"> <%= f.label :email, Spree.t(:email) %> <%= f.email_field :email, :class => "form-control" %> </div> <div> <%= f.submit Spree.t(:reset_password), :class => 'btn btn-lg btn-success btn-block' %> </div> <% end %> </div> </div> </div>
Version data entries
4 entries across 4 versions & 1 rubygems