Initial commit
This commit is contained in:
8
app/views/password_resets/edit.html.erb
Normal file
8
app/views/password_resets/edit.html.erb
Normal file
@@ -0,0 +1,8 @@
|
||||
<% content_for :page_title, t(".title") %>
|
||||
|
||||
<div class="col-md-4 offset-md-4 mt-5">
|
||||
<%= bootstrap_form_with scope: :password_reset, url: password_reset_path(@user.password_reset_token), method: :patch, local: true, html: { autocorrect: :off, autocapitalize: :none, autocomplete: :off, spellcheck: false } do |form| %>
|
||||
<%= form.password_field :password, required: true %>
|
||||
<%= form.button t(".submit"), class: "btn btn-block btn-lg btn-primary" %>
|
||||
<% end %>
|
||||
</div>
|
||||
Reference in New Issue
Block a user