Use <h1> for the title of site#welcome to match other pages

This commit is contained in:
Tom Hughes 2013-11-15 18:51:09 +00:00
parent b92cb5b772
commit 338dfa0db0

View file

@ -3,7 +3,7 @@
<% end %>
<% content_for :heading do %>
<h2><%= t "welcome_page.title" %></h2>
<h1><%= t "welcome_page.title" %></h1>
<% end %>
<p><%= t "welcome_page.introduction_html" %></p>