Sha256: bd7dadccf7fa90b6f6fac65c750d26214830e11ef0b7723122f74b5b01328f2b

Contents?: true

Size: 647 Bytes

Versions: 40

Compression:

Stored size: 647 Bytes

Contents

- content_for :title do
  = t('.title')

%h3= t('.change_password')
%p= t('.instruction_on_setting')

.row
  .col.s12
    .authform
      = simple_form_for( resource, as: resource_name, url: password_path(resource_name), html: { method: :put, role: 'form'}) do |f|
        = devise_error_messages!
        = f.hidden_field :reset_password_token
        .row
          .input-field.col.s6
            = f.input :password, class: :validate, autofocus: true

          .input-field.col.s6
            = f.input :password_confirmation, class: :validate, autofocus: true

        .form-actions
          = f.submit t('.labels.set'), class: 'btn right'

Version data entries

40 entries across 40 versions & 2 rubygems

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