Sha256: 9f6e7a0794d10e2bd15d8653d681079696770f6e7c4a5e57059678457b5a7c33
Contents?: true
Size: 369 Bytes
Versions: 1
Compression:
Stored size: 369 Bytes
Contents
%h1 Password Reset %p Please enter your email address. We will send you instructions on how to reset your password. = form_for :password, url: passwords_path do |form| .form-group = form.label :email = form.email_field :email, class: 'form-control', placeholder: 'Email Address' = form.submit 'Request Instructions', class: 'btn btn-primary'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
katapult-0.2.0 | lib/generators/katapult/clearance/templates/app/views/passwords/new.html.haml |