Sha256: 286827171267d631dbca060326a860f3a0b3f22e9fb491e8dc9040e4dfeec5ce
Contents?: true
Size: 352 Bytes
Versions: 1
Compression:
Stored size: 352 Bytes
Contents
<h2><%= t(:forgot_password) %></h2> <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 %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_auth-1.0.0.rc2 | app/views/spree/user_passwords/new.html.erb |