Skip to content

Commit

Permalink
Change h2 to h1
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaronixon committed May 8, 2022
1 parent 6052ec1 commit 556c088
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<%= yield %>
</ol>
</div>
<h2 class="page-title">
<h1 class="page-title">
<span class="text-truncate"><%= title %></span>
</h2>
</h1>
</div>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%= form_with(url: admin_password_reset_path, method: :patch, class: "card card-md") do |form| %>
<div class="card-body">
<h2 class="card-title text-center mb-4">Reset password</h2>
<h1 class="card-title text-center mb-4">Reset password</h1>

<%= hidden_field_tag :token, params[:token] %>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%= 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>
<h1 class="card-title text-center mb-4">Forgot password</h1>
<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" %>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%= form_with(url: admin_sign_in_path, class: "card card-md") do |form| %>
<div class="card-body">
<h2 class="card-title text-center mb-4">Login to your account</h2>
<h1 class="card-title text-center mb-4">Login to your account</h1>
<div class="mb-3">
<%= form.label :email, class: "form-label" %>
<%= form.email_field :email, value: params[:email_hint], placeholder: "Enter email", autofocus: true, required: true, autocomplete: "email", class:"form-control" %>
Expand Down

0 comments on commit 556c088

Please sign in to comment.