X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4afcc5404f642bcb16d71daf27184d9f816f0476..0449024ca0f53307615993e9a480a28355153bc7:/app/views/site/welcome.html.erb?ds=sidebyside diff --git a/app/views/site/welcome.html.erb b/app/views/site/welcome.html.erb index 87fcd2281..92220039a 100644 --- a/app/views/site/welcome.html.erb +++ b/app/views/site/welcome.html.erb @@ -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> @@ -48,10 +48,16 @@ </div> </div> +<div class='col12 clearfix icon-list'> + <h3><%= t "welcome_page.rules.title" %></h3> + <span class='sprite small term rules'></span> + <p><%= t "welcome_page.rules.paragraph_1_html" %></p> +</div> + <div class='col12 clearfix icon-list'> <h3><%= t "welcome_page.questions.title" %></h3> <span class='sprite small term question'></span> - <p><%= t "welcome_page.questions.paragraph_1_html" %></p> + <p><%= t "welcome_page.questions.paragraph_1_html", :help_url => help_path %></p> </div> <div class='clearfix center'> @@ -62,6 +68,6 @@ <div class='inner22'> <h3><%= t "welcome_page.add_a_note.title" %></h3> <p><%= t "welcome_page.add_a_note.paragraph_1_html" %></p> - <p><%= t "welcome_page.add_a_note.paragraph_2_html" %></p> + <p><%= t "welcome_page.add_a_note.paragraph_2_html", :map_url => root_path %></p> </div> -</div> \ No newline at end of file +</div>