Sha256: 3fdb8d9c96d9e6519e18bc829a0deb783bdfb2147cc38bbdd67cba571c6cde31

Contents?: true

Size: 907 Bytes

Versions: 8

Compression:

Stored size: 907 Bytes

Contents

#page_wrapper
  #page
    .main_column_inner.centered
      .container_top_bar
        %h2 Change your password
      = form_for(resource,
                as: resource_name,
                url: password_path(resource_name),
                html: { method: :put }) do |f|
        = devise_error_messages!
        = f.hidden_field :reset_password_token
        .field
          = f.label :password, 'New password'
          %br/
          - if @minimum_password_length
            %em
              (#{@minimum_password_length} characters minimum)
            %br/
          = f.password_field :password, autofocus: true, autocomplete: 'off'
        .field
          = f.label :password_confirmation, 'Confirm new password'
          %br/
          = f.password_field :password_confirmation, autocomplete: 'off'
        .actions
          = f.submit 'Change my password'
      = render 'devise/shared/links'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cd2_catton_cms-1.1.35 app/views/devise/passwords/edit.html.haml
cd2_catton_cms-1.1.34 app/views/devise/passwords/edit.html.haml
cd2_catton_cms-1.1.33 app/views/devise/passwords/edit.html.haml
cd2_catton_cms-1.1.32 app/views/devise/passwords/edit.html.haml
cd2_catton_cms-1.1.31 app/views/devise/passwords/edit.html.haml
cd2_catton_cms-1.1.30 app/views/devise/passwords/edit.html.haml
cd2_catton_cms-1.1.20 app/views/devise/passwords/edit.html.haml
cd2_catton_cms-1.1.10 app/views/devise/passwords/edit.html.haml