Sha256: 91758517a4b928335b08c184254d3cac4c02479a90f59cdc8a5b693eb719bd10

Contents?: true

Size: 394 Bytes

Versions: 3

Compression:

Stored size: 394 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 %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
admin-panel-0.1.4 lib/generators/admin_panel/install/templates/views/erb/admin/passwords/new.html.erb
admin-panel-0.1.3 lib/generators/admin_panel/install/templates/views/erb/admin/passwords/new.html.erb
admin-panel-0.1.2 lib/generators/admin_panel/install/templates/views/admin/passwords/new.html.erb