Sha256: 75745fc7413c4cd2cf63fba207a0f1245a0afa826b9ecba0db8d7e35d6a28c07

Contents?: true

Size: 336 Bytes

Versions: 7

Compression:

Stored size: 336 Bytes

Contents

- title "Request a password reset"

h1 = title

= form_tag(<%= plural_name %>_password_resets_path, class: "form") do |f|

  .form-group
    = label(:<%= singular_name %>, :email, "Email address")
    = email_field(:<%= singular_name %>, :email, class: "form-control")
  
  = submit_tag("Send me a link", 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/new.html.slim.erb
orthodox-0.3.5 lib/generators/authentication/templates/views/password_resets/new.html.slim.erb
orthodox-0.3.4 lib/generators/authentication/templates/views/password_resets/new.html.slim.erb
orthodox-0.3.3 lib/generators/authentication/templates/views/password_resets/new.html.slim.erb
orthodox-0.3.2 lib/generators/authentication/templates/views/password_resets/new.html.slim.erb
orthodox-0.3.1 lib/generators/authentication/templates/views/password_resets/new.html.slim.erb
orthodox-0.3.0 lib/generators/authentication/templates/views/password_resets/new.html.slim.erb