Sha256: 67b3633e1bdc343e69492dacbc26e068743bb68d0aa4dd88996872420ea469c7

Contents?: true

Size: 441 Bytes

Versions: 20

Compression:

Stored size: 441 Bytes

Contents

.page-header
  h1 Reset Your Password

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

  .form-inputs
    = f.input :email, disabled: true
    = f.input :password, label: 'New Password', required: true, autofocus: 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

20 entries across 20 versions & 1 rubygems

Version Path
raygun-0.0.34 rails_32/app/views/password_resets/edit.html.slim
raygun-0.0.34.pre2 rails_32/app/views/password_resets/edit.html.slim
raygun-0.0.33 rails_32/app/views/password_resets/edit.html.slim
raygun-0.0.32 rails_32/app/views/password_resets/edit.html.slim
raygun-0.0.31 rails_32/app/views/password_resets/edit.html.slim
raygun-0.0.30 rails_32/app/views/password_resets/edit.html.slim
raygun-0.0.29 rails_32/app/views/password_resets/edit.html.slim
raygun-0.0.28 rails_32/app/views/password_resets/edit.html.slim
raygun-0.0.27 app_prototype/app/views/password_resets/edit.html.slim
raygun-0.0.26 app_prototype/app/views/password_resets/edit.html.slim
raygun-0.0.25 app_prototype/app/views/password_resets/edit.html.slim
raygun-0.0.24 app_prototype/app/views/password_resets/edit.html.slim
raygun-0.0.23 app_prototype/app/views/password_resets/edit.html.slim
raygun-0.0.22 app_prototype/app/views/password_resets/edit.html.slim
raygun-0.0.21 app_prototype/app/views/password_resets/edit.html.slim
raygun-0.0.18 app_prototype/app/views/password_resets/edit.html.slim
raygun-0.0.17 app_prototype/app/views/password_resets/edit.html.slim
raygun-0.0.16 app_prototype/app/views/password_resets/edit.html.slim
raygun-0.0.15 app_prototype/app/views/password_resets/edit.html.slim
raygun-0.0.14 app_prototype/app/views/password_resets/edit.html.slim