Sha256: 63c4eb171f0d2f5665e428763255e20b2163c5458d9a6e7f4ccf3975de27032f
Contents?: true
Size: 970 Bytes
Versions: 1
Compression:
Stored size: 970 Bytes
Contents
- @title = "Forgot My Password" #main.devise-1 .container-fluid .row %header.text-center %h1= app_name %p.p-0.m-0.text-uppercase Forgot My Passowrd .row.mt-5 .col-12.col-md-6.mr-auto.ml-auto .card .card-body .container = form_for resource, as: resource_name, url: password_path(resource_name), | html: { method: :post, class: "form-horizontal" } do |f| | = f.error_notification = f.form_group :email, class: "row" do |f| = f.label :email, class: "form-label" = f.email_field :email, autofocus: true, class: "form-control" = f.error_messages .row.d-flex.align-items-center.mt-5 = link_to "Sign in", new_registration_path(resource_name) = f.submit "Send me reset password instructions", class: "btn btn-primary ml-auto"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kiso_themes-1.0.2 | app/views/devise/haml/passwords/new.html.haml |