Sha256: d6de80639ed49c81eb1b19de5e0eaab9debe11561d01f4e52989612826a185b2
Contents?: true
Size: 520 Bytes
Versions: 2
Compression:
Stored size: 520 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, input_html: { autocomplete: "email" } %> </div> <div class="form-actions"> <%= f.button :submit, "Send me reset password instructions" %> </div> <% end %> <%= render "kingsman/shared/links" %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
kingsman-0.1.1 | lib/generators/templates/simple_form_for/passwords/new.html.erb |
kingsman-0.1.0 | lib/generators/templates/simple_form_for/passwords/new.html.erb |