Sha256: 1a3623665876bbf7b643937a984490da3f9c9947b90f9e50eb76f742eb988ed5
Contents?: true
Size: 768 Bytes
Versions: 10
Compression:
Stored size: 768 Bytes
Contents
<%= form_with(url: admin_password_reset_path, class: "card card-md") do |form| %> <div class="card-body"> <h2 class="card-title text-center mb-4">Forgot password</h2> <p class="text-muted mb-4">Enter your email address and your password will be reset and emailed to you.</p> <div class="mb-3"> <%= form.label :email, class: "form-label" %> <%= form.email_field :email, placeholder: "Enter email", autofocus: true, required: true, class: "form-control" %> </div> <div class="form-footer"> <%= form.submit "Send me new password", class: "btn btn-primary w-100" %> </div> </div> <% end %> <div class="text-center text-muted mt-3"> Forget it, <%= link_to "send me back", admin_sign_in_path %> to the sign in screen. </div>
Version data entries
10 entries across 10 versions & 1 rubygems