Sha256: e68cd17881cc76b48b22f40c875a862abc43c53b0a63c717137576bef7ffc952

Contents?: true

Size: 653 Bytes

Versions: 7

Compression:

Stored size: 653 Bytes

Contents

.container
  .row
    .col-md-4.col-md-offset-4
      .panel.panel-default
        .panel-heading.text-center
          = image_tag 'quadro/quadro-logo.png'
        .panel-body
          = simple_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put }) do |form|
            = devise_error_messages!
            = form.hidden_field :reset_password_token
            = form.input :password
            = form.input :password_confirmation, input_html: { class: 'form-control' }
            = form.submit 'Change my password', class: 'btn btn-primary btn-block'
          %br
          = render 'users/shared/links'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
quadro-0.5.6 app/views/users/passwords/edit.html.haml
quadro-0.5.5 app/views/users/passwords/edit.html.haml
quadro-0.5.4 app/views/users/passwords/edit.html.haml
quadro-0.5.3 app/views/users/passwords/edit.html.haml
quadro-0.5.2 app/views/users/passwords/edit.html.haml
quadro-0.5.1 app/views/users/passwords/edit.html.haml
quadro-0.5.0 app/views/users/passwords/edit.html.haml