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