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

Version Path
bullet_train-1.2.20 app/views/devise/passwords/new.html.erb
bullet_train-1.2.19 app/views/devise/passwords/new.html.erb
bullet_train-1.2.18 app/views/devise/passwords/new.html.erb
bullet_train-1.2.17 app/views/devise/passwords/new.html.erb
bullet_train-1.2.16 app/views/devise/passwords/new.html.erb
bullet_train-1.2.15 app/views/devise/passwords/new.html.erb
bullet_train-1.2.14 app/views/devise/passwords/new.html.erb
bullet_train-1.2.13 app/views/devise/passwords/new.html.erb
bullet_train-1.2.12 app/views/devise/passwords/new.html.erb
bullet_train-1.2.11 app/views/devise/passwords/new.html.erb
bullet_train-1.2.10 app/views/devise/passwords/new.html.erb
bullet_train-1.2.9 app/views/devise/passwords/new.html.erb
bullet_train-1.2.8 app/views/devise/passwords/new.html.erb
bullet_train-1.2.7 app/views/devise/passwords/new.html.erb
bullet_train-1.2.6 app/views/devise/passwords/new.html.erb
bullet_train-1.2.5 app/views/devise/passwords/new.html.erb
bullet_train-1.2.4 app/views/devise/passwords/new.html.erb
bullet_train-1.2.3 app/views/devise/passwords/new.html.erb
bullet_train-1.2.2 app/views/devise/passwords/new.html.erb
bullet_train-1.2.1 app/views/devise/passwords/new.html.erb