Sha256: 9b4f4c0f081e150e69222318c2efcb6452c396705fdf28a019d10bf9b17c1852

Contents?: true

Size: 837 Bytes

Versions: 10

Compression:

Stored size: 837 Bytes

Contents

= render :partial => 'cms/fortress/shared/navbar'
.container
  .row
    .col-sm-6.col-sm-offset-3

      = form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put, role: 'form', class: 'form-reset-password' }) do |f|
        %h3= t('login.change_your_password')
        = devise_error_messages!
        = f.hidden_field :reset_password_token
        .form-group
          = f.label :password, t('login.new_password')
          = f.password_field :password, autofocus: true, autocomplete: "off", class: 'form-control'
        .form-group
          = f.label :password_confirmation, t('login.confirm_new_password')
          = f.password_field :password_confirmation, autocomplete: "off", class: 'form-control'

        = f.submit t('login.change_my_password')

        = render "devise/shared/links"

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
cms-fortress-1.3.15 app/views/cms/fortress/users/passwords/edit.html.haml
cms-fortress-1.3.14 app/views/cms/fortress/users/passwords/edit.html.haml
cms-fortress-1.3.13 app/views/cms/fortress/users/passwords/edit.html.haml
cms-fortress-1.3.12 app/views/cms/fortress/users/passwords/edit.html.haml
cms-fortress-1.3.11 app/views/cms/fortress/users/passwords/edit.html.haml
cms-fortress-1.3.10 app/views/cms/fortress/users/passwords/edit.html.haml
cms-fortress-1.3.9 app/views/cms/fortress/users/passwords/edit.html.haml
cms-fortress-1.3.8 app/views/cms/fortress/users/passwords/edit.html.haml
cms-fortress-1.3.7 app/views/cms/fortress/users/passwords/edit.html.haml
cms-fortress-1.3.6 app/views/cms/fortress/users/passwords/edit.html.haml