Sha256: c233c912128faf772dd73b785dd2a6cc8d580ecbc9be09710b2f3923bb33427d

Contents?: true

Size: 423 Bytes

Versions: 4

Compression:

Stored size: 423 Bytes

Contents

.row
  .col-md-4.col-md-offset-4

    %h1
      Reset Password

    = form_for :password_reset,
      url: user_password_path(@user, token: @user.confirmation_token),
      html: { method: :put } do |form|

      .form-group
        = form.label :password
        = form.password_field :password, class: 'form-control',
          placeholder: 'New password'

      = form.submit 'Update password', class: 'btn btn-primary'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
katapult-0.5.0 lib/generators/katapult/clearance/templates/app/views/passwords/edit.html.haml
katapult-0.4.1 lib/generators/katapult/clearance/templates/app/views/passwords/edit.html.haml
katapult-0.4.0 lib/generators/katapult/clearance/templates/app/views/passwords/edit.html.haml
katapult-0.3.0 lib/generators/katapult/clearance/templates/app/views/passwords/edit.html.haml