Convert remaining heading titles to use h1

This makes them consistent with all the other pages that use h1
in the `content_for :heading` sections
This commit is contained in:
Andy Allan 2021-11-11 15:12:18 +00:00
parent c615bebc29
commit 75749cc540
10 changed files with 13 additions and 13 deletions

View file

@ -1,5 +1,5 @@
<% content_for :heading do %>
<h2><%= t ".heading", :user => @user.display_name %></h2>
<h1><%= t ".heading", :user => @user.display_name %></h1>
<p><%= t ".subheading_html", :user => link_to(@user.display_name, user_path(@user)) %></p>
<% end %>