]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/_terms.html.erb
Reformatting contributor terms box based on suggestions by Tom
[rails.git] / app / views / user / _terms.html.erb
index f0c6b2e1eb893624a9039d4589ef14af3596065f..f71a7ed2c1a0c351e96fbc0d56c0b686a5498938 100644 (file)
@@ -2,6 +2,7 @@
   <%= @text['intro'] %>
   <%= @text['next_with_decline'] %>
 </p>
+<h3><%= @text['introduction'] %></h3>
 <ol>
   <li>
     <p><%= @text['section_1'] %></p>
@@ -12,7 +13,9 @@
     </ol>
     <% end %>
   </li>
-  <h3><%= @text['rights_granted'] %></h3>
+</ol>
+<h3><%= @text['rights_granted'] %></h3>
+<ol start="2">
   <li>
     <p><%= @text['section_2'] %></p>
   </li>
   <li>
     <p><%= @text['section_5'] %></p>
   </li>
-  <h3><%= @text['limitation_of_liability'] %></h3>
+</ol>
+<h3><%= @text['limitation_of_liability'] %></h3>
+<ol start="6">
   <li>
     <ol>
       <li><p><%= @text['section_6_1'] %></p></li>
       <li><p><%= @text['section_6_2'] %></p></li>
     </ol>
   </li>
-  <h3><%= @text['miscellaneous'] %></h3>
+</ol>
+<h3><%= @text['miscellaneous'] %></h3>
+<ol start="7">
   <li>
     <p id="last"><%= @text['section_7'] %></p>
   </li>