forked from fixin.me/fixin.me
9 lines
246 B
Plaintext
9 lines
246 B
Plaintext
<%= labeled_form_for resource, url: user_password_path,
|
|
html: {class: 'main-area'} do |f| %>
|
|
|
|
<%= f.email_field :email, required: true, size: 30, autofocus: true,
|
|
autocomplete: 'email' %>
|
|
|
|
<%= f.submit t(:recover_password) %>
|
|
<% end %>
|