]> git.openstreetmap.org Git - rails.git/commitdiff
Use <h1> for the title of site#welcome to match other pages
authorTom Hughes <tom@compton.nu>
Fri, 15 Nov 2013 18:51:09 +0000 (18:51 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 15 Nov 2013 18:51:09 +0000 (18:51 +0000)
app/views/site/welcome.html.erb

index 60c2a3c302a7a187cff00ee51e07ed189e55015e..4edcf361ebb26a4a902fa0afd46e4983b0cc8e18 100644 (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>