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

Version Path
bullet_train-1.17.1 app/views/devise/passwords/new.html.erb
bullet_train-1.17.0 app/views/devise/passwords/new.html.erb
bullet_train-1.16.0 app/views/devise/passwords/new.html.erb
bullet_train-1.15.0 app/views/devise/passwords/new.html.erb
bullet_train-1.14.2 app/views/devise/passwords/new.html.erb
bullet_train-1.14.1 app/views/devise/passwords/new.html.erb
bullet_train-1.14.0 app/views/devise/passwords/new.html.erb
bullet_train-1.13.0 app/views/devise/passwords/new.html.erb
bullet_train-1.12.3 app/views/devise/passwords/new.html.erb
bullet_train-1.12.2 app/views/devise/passwords/new.html.erb
bullet_train-1.12.1 app/views/devise/passwords/new.html.erb
bullet_train-1.12.0 app/views/devise/passwords/new.html.erb
bullet_train-1.11.0 app/views/devise/passwords/new.html.erb
bullet_train-1.10.0 app/views/devise/passwords/new.html.erb
bullet_train-1.9.0 app/views/devise/passwords/new.html.erb
bullet_train-1.8.5 app/views/devise/passwords/new.html.erb
bullet_train-1.8.4 app/views/devise/passwords/new.html.erb
bullet_train-1.8.3 app/views/devise/passwords/new.html.erb
bullet_train-1.8.2 app/views/devise/passwords/new.html.erb
bullet_train-1.8.1 app/views/devise/passwords/new.html.erb