Sha256: 13d4a4f1e489287bc678e3460068c8c74025dcdf61a8c8fb6b15d56328bb6c3b
Contents?: true
Size: 848 Bytes
Versions: 113
Compression:
Stored size: 848 Bytes
Contents
<%= render 'account/shared/workflow/box' do |p| %> <% p.content_for :title, t('devise.titles.reset_password') %> <% p.content_for :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
113 entries across 113 versions & 1 rubygems