Sha256: d5cac8397cc61f57b24ed21d40694ecf397ef8c34bff36c2a5394f26be597943

Contents?: true

Size: 471 Bytes

Versions: 9

Compression:

Stored size: 471 Bytes

Contents

.page-header
  h1 Reset Your Password

= simple_form_for(@user, url: password_reset_path(@user)) do |f|
  = f.error_notification

  .form-inputs
    = f.input :email, disabled: true
    = f.input :password, required: true, autofocus: true
    = f.input :password_confirmation, required: true
    = hidden_field_tag :token, @token

  .form-actions
    = f.button :submit, 'Reset Password', class: 'btn btn-primary'
    '
    = link_to 'Cancel', sign_in_path, class: 'btn'

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
raygun-0.0.13 app_prototype/app/views/password_resets/edit.html.slim
raygun-0.0.11 templates/_app/views/password_resets/edit.html.slim
raygun-0.0.10 templates/_app/views/password_resets/edit.html.slim
raygun-0.0.7 templates/_app/views/password_resets/edit.html.slim
raygun-0.0.6 templates/_app/views/password_resets/edit.html.slim
raygun-0.0.5 templates/_app/views/password_resets/edit.html.slim
raygun-0.0.4 templates/_app/views/password_resets/edit.html.slim
raygun-0.0.3 templates/_app/views/password_resets/edit.html.slim
raygun-0.0.2 templates/_app/views/password_resets/edit.html.slim