This makes them consistent with all the other pages that use h1 in the `content_for :heading` sections
5 lines
99 B
Text
5 lines
99 B
Text
<% content_for :heading do %>
|
|
<h1><%= t ".heading" %></h1>
|
|
<% end %>
|
|
|
|
<p><%= t ".message" %></p>
|