]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/_terms.html.erb
Add methods to get a bug's author details from the first comment
[rails.git] / app / views / user / _terms.html.erb
index f0c6b2e1eb893624a9039d4589ef14af3596065f..0934cbf6f3f4be8722a304cd9a7972f8a4085943 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>
-  <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['limitation_of_liability'] %></h3>
+<ol start="6">
+  <li><p><%= @text['section_6'] %></p></li>
+  <li><p><%= @text['section_7'] %></p></li>
+</ol>
+<h3><%= @text['miscellaneous'] %></h3>
+<ol start="8">
   <li>
-    <p id="last"><%= @text['section_7'] %></p>
+    <p id="last"><%= @text['section_8'] %></p>
   </li>
 </ol>