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:
parent
c615bebc29
commit
75749cc540
10 changed files with 13 additions and 13 deletions
|
@ -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 %>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue