Sha256: 72fa86c71d2c1d15e23457f71a35123da48b2a91733dae9205cf80812cae5111

Contents?: true

Size: 566 Bytes

Versions: 7

Compression:

Stored size: 566 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: :post }) do |form|
            = devise_error_messages!
            = form.input :email, input_html: { class: 'form-control' }
            = form.submit 'Send me reset password instructions', 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/new.html.haml
quadro-0.5.5 app/views/users/passwords/new.html.haml
quadro-0.5.4 app/views/users/passwords/new.html.haml
quadro-0.5.3 app/views/users/passwords/new.html.haml
quadro-0.5.2 app/views/users/passwords/new.html.haml
quadro-0.5.1 app/views/users/passwords/new.html.haml
quadro-0.5.0 app/views/users/passwords/new.html.haml