Sha256: b1a42ad24ed8c330a1705916f1408ed6a38d1b494804474dd8eefd1ae9a4f61b

Contents?: true

Size: 432 Bytes

Versions: 40

Compression:

Stored size: 432 Bytes

Contents

.authform
  =form_for( resource, as: resource_name, url: password_path(resource_name), html: { method: :post, role: 'form'}) do |f|
    %h3= t('password.forgot')
    %p= t('password.instruction_on_sending_reset')
    = devise_error_messages!
    .form_group
      = f.label :email
      = f.email_field :email, autofocus: true, class: 'form-control'
    .form-actions
      = f.submit t('password.labels.reset'), class: 'btn right'

Version data entries

40 entries across 40 versions & 2 rubygems

Version Path
oxen_user-0.4.13 app/views/devise/passwords/new.html.haml
oxen_account-0.4.14 app/views/devise/passwords/new.html.haml
oxen_account-0.4.13 app/views/devise/passwords/new.html.haml
oxen_user-0.4.12 app/views/devise/passwords/new.html.haml
oxen_account-0.4.12 app/views/devise/passwords/new.html.haml
oxen_user-0.4.11 app/views/devise/passwords/new.html.haml
oxen_account-0.4.11 app/views/devise/passwords/new.html.haml
oxen_user-0.4.9 app/views/devise/passwords/new.html.haml
oxen_account-0.4.9 app/views/devise/passwords/new.html.haml
oxen_user-0.4.8 app/views/devise/passwords/new.html.haml
oxen_account-0.4.8 app/views/devise/passwords/new.html.haml
oxen_user-0.4.7 app/views/devise/passwords/new.html.haml
oxen_account-0.4.7 app/views/devise/passwords/new.html.haml
oxen_user-0.4.3 app/views/devise/passwords/new.html.haml
oxen_user-0.4.1 app/views/devise/passwords/new.html.haml
oxen_account-0.4.1 app/views/devise/passwords/new.html.haml
oxen_user-0.3.4 app/views/devise/passwords/new.html.haml
oxen_account-0.3.4 app/views/devise/passwords/new.html.haml
oxen_user-0.3.3 app/views/devise/passwords/new.html.haml
oxen_account-0.3.3 app/views/devise/passwords/new.html.haml