openstreetmap-website/app/views/traces/offline.html.erb
Andy Allan 75749cc540 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
2021-11-11 15:12:23 +00:00

5 lines
99 B
Text

<% content_for :heading do %>
<h1><%= t ".heading" %></h1>
<% end %>
<p><%= t ".message" %></p>