]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/welcome.html.erb
Hook up user confirmation page
[rails.git] / app / views / site / welcome.html.erb
index 0c274043acd970688cfb8f22595a5d2b2efba9f4..45fededab16f26eaa458b3e6bee09a37014f5f61 100644 (file)
     <p><%= t "welcome_page.basic_terms.way_html" %></p>
   </div>
   <div class='clearfix'>
-    <span class='sprite small term changeset'></span>
-    <p><%= t "welcome_page.basic_terms.changeset_html" %></p>
+    <span class='sprite small term tag'></span>
+    <p><%= t "welcome_page.basic_terms.tag_html" %></p>
   </div>
 </div>
 
-<h3><%= t "welcome_page.questions.title" %></h3>
-<p><%= t "welcome_page.questions.paragraph_1_html" %></p>
+<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>
+</div>
 
 <div class='clearfix center'>
   <a href="<%= edit_path %>" class="button start-mapping"><%= t "welcome_page.start_mapping" %></a>