Sha256: 34fc325adec3f0b3ed0a2802634e7a98e17d393fde1fa09744df0d8ae05f06f6
Contents?: true
Size: 449 Bytes
Versions: 68
Compression:
Stored size: 449 Bytes
Contents
<h2>Forgot your password?</h2> <%= simple_form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f| %> <%= f.error_notification %> <div class="form-inputs"> <%= f.input :email, :required => true, :autofocus => true %> </div> <div class="form-actions"> <%= f.button :submit, "Send me reset password instructions" %> </div> <% end %> <%= render "devise/shared/links" %>
Version data entries
68 entries across 56 versions & 9 rubygems