Sha256: 7ab9f3a5c54aa8f9925ff0f5f56f6adc21ecdaaa57e7789edc6185090081e977

Contents?: true

Size: 430 Bytes

Versions: 10

Compression:

Stored size: 430 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 "users/shared/links" %>

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
thecore_ui_rails_admin-2.1.4 app/views/users/passwords/new.html.erb
thecore_ui_layout_taris_website-1.2.1 app/views/users/passwords/new.html.erb
thecore_ui_layout_taris_website-1.2.0 app/views/users/passwords/new.html.erb
thecore_ui_layout_taris_website-1.1.9 app/views/users/passwords/new.html.erb
thecore_ui_layout_taris_website-1.1.8 app/views/users/passwords/new.html.erb
thecore_ui_layout_taris_website-1.1.7 app/views/users/passwords/new.html.erb
thecore_ui_layout_taris_website-1.1.5 app/views/users/passwords/new.html.erb
thecore_ui_layout_taris_website-1.1.4 app/views/users/passwords/new.html.erb
thecore_ui_layout_taris_website-1.1.2 app/views/users/passwords/new.html.erb
thecore_ui_layout_taris_website-1.1.1 app/views/users/passwords/new.html.erb