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", :name => @trace.name %></h2>
|
||||
<h1><%= t ".heading", :name => @trace.name %></h1>
|
||||
<% end %>
|
||||
|
||||
<img src="<%= url_for :controller => "traces", :action => "picture", :id => @trace.id, :display_name => @trace.user.display_name %>">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue