Sha256: c941ad1486c078aacb3876c02b0193b89111af0d8140554936d4059db27e9342

Contents?: true

Size: 603 Bytes

Versions: 8

Compression:

Stored size: 603 Bytes

Contents

.container
  .row
    .center_panel
      .panel.panel-default.only

        .panel-heading
          Change your password

        .panel-body

          = form_for(resource, as: resource_name, url: password_path(resource_name), layout: :horizontal, method: 'put') do |f|

            / = devise_error_messages!
            = f.hidden_field :reset_password_token

            = f.password_field :password, autocomplete: "off", autofocus: true
            = f.password_field :password_confirmation, autocomplete: "off"

            = f.submit "Change my password", :class=>'btn btn-primary form-control'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
happy_seed-0.0.19 lib/generators/happy_seed/devise/templates/app/views/devise/passwords/edit.html.haml
happy_seed-0.0.18 lib/generators/happy_seed/devise/templates/app/views/devise/passwords/edit.html.haml
happy_seed-0.0.17 lib/generators/happy_seed/devise/templates/app/views/devise/passwords/edit.html.haml
happy_seed-0.0.16 lib/generators/happy_seed/devise/templates/app/views/devise/passwords/edit.html.haml
happy_seed-0.0.15 lib/generators/happy_seed/devise/templates/app/views/devise/passwords/edit.html.haml
happy_seed-0.0.14 lib/generators/happy_seed/devise/templates/app/views/devise/passwords/edit.html.haml
happy_seed-0.0.13 lib/generators/happy_seed/devise/templates/app/views/devise/passwords/edit.html.haml
happy_seed-0.0.12 lib/generators/happy_seed/devise/templates/app/views/devise/passwords/edit.html.haml