Sha256: 36e9b86dd01735d701613c6ff082c7d6030d702fab6ce787225454aa8e6fbe9b

Contents?: true

Size: 574 Bytes

Versions: 7

Compression:

Stored size: 574 Bytes

Contents

- title "Set a new password"

h1 = title

= form_tag(<%= plural_name %>_password_reset_path(token: params[:token]), class: "form", method: :patch) do |f|

  .form-group
    = label(:<%= singular_name %>, :password, "Choose a new password")
    = password_field(:<%= singular_name %>, :password, class: "form-control")

  .form-group
    = label(:<%= singular_name %>, :password_confirmation, "Re-enter your password")
    = password_field(:<%= singular_name %>, :password_confirmation, class: "form-control")
  
  = submit_tag("Save changes", class: "btn btn-primary")
    

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
orthodox-0.3.6 lib/generators/authentication/templates/views/password_resets/edit.html.slim.erb
orthodox-0.3.5 lib/generators/authentication/templates/views/password_resets/edit.html.slim.erb
orthodox-0.3.4 lib/generators/authentication/templates/views/password_resets/edit.html.slim.erb
orthodox-0.3.3 lib/generators/authentication/templates/views/password_resets/edit.html.slim.erb
orthodox-0.3.2 lib/generators/authentication/templates/views/password_resets/edit.html.slim.erb
orthodox-0.3.1 lib/generators/authentication/templates/views/password_resets/edit.html.slim.erb
orthodox-0.3.0 lib/generators/authentication/templates/views/password_resets/edit.html.slim.erb