Sha256: eacb285a4b216923b6df479f563a2569b59f9e010c5e67fa3e548e7cd988331e
Contents?: true
Size: 827 Bytes
Versions: 127
Compression:
Stored size: 827 Bytes
Contents
<%= render 'account/shared/workflow/box' do |box| %> <% box.title t('devise.titles.reset_password') %> <% box.body do %> <% within_fields_namespace(:sign_up) do %> <%= form_for resource, as: resource_name, url: password_path(resource_name), html: {method: :post, class: 'form'} do |f| %> <%= render 'account/shared/forms/errors', form: f %> <%= render 'shared/fields/email_field', form: f, method: :email, options: {autofocus: true} do %> <% if show_sign_up_options? %> <% content_for :help do %> <%= link_to t('devise.links.account'), new_user_registration_path %> <% end %> <% end %> <% end %> <%= f.submit t('devise.buttons.reset_password'), class: 'button full' %> <% end %> <% end %> <% end %> <% end %>
Version data entries
127 entries across 127 versions & 1 rubygems