Sha256: 46ba1136db5bb471deb042c04fb1ced28ed17f6bd23163124ce211ee461e9ae9

Contents?: true

Size: 600 Bytes

Versions: 5

Compression:

Stored size: 600 Bytes

Contents

.card
  .card-header.text-center
    %h2= t('devise.password.new.title')
  .card-body
    = simple_form_for resource,
                      as: resource_name,
                      url: password_path(resource_name),
                      html: { method: :post } do |f|
      = f.error_notification
      .form-inputs
        = f.input :email, required: true, autofocus: true
      .form-actions
        = f.button :submit,
                   t('devise.password.reset.instructions'),
                   class: 'btn btn-primary btn-block'

  .card-footer.text-center
    = render 'devise/shared/links'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cybele-2.3.2 templates/app_files/app/views/user/passwords/new.html.haml
cybele-2.3.1 templates/app_files/app/views/user/passwords/new.html.haml
cybele-2.2.0 templates/app_files/app/views/user/passwords/new.html.haml
cybele-2.1.0 templates/app_files/app/views/user/passwords/new.html.haml
cybele-2.0.0 templates/app_files/app/views/user/passwords/new.html.haml