]> git.openstreetmap.org Git - rails.git/blob - app/views/user/_terms.html.erb
Merge branch 'master' into openstreetbugs
[rails.git] / app / views / user / _terms.html.erb
1 <p id="first"><%= @text['intro'] %></p>
2 <ol>
3   <li>
4     <p><%= @text['section_1'] %></p>
5   </li>
6   <li>
7     <p><%= @text['section_2'] %></p>
8   </li>
9   <li>
10     <p><%= @text['section_3'] %></p>
11     <p><%= @text['active_defn_1'] %></p>
12     <p><%= @text['active_defn_2'] %></p>
13   </li>
14   <li>
15     <p><%= @text['section_4'] %></p>
16   </li>
17   <li>
18     <p><%= @text['section_5'] %></p>
19   </li>
20   <li>
21     <p><%= @text['section_6'] %></p>
22     <ol>
23       <li><p><%= @text['section_6_1'] %></p></li>
24       <li><p><%= @text['section_6_2'] %></p></li>
25     </ol>
26   </li>
27   <li>
28     <p id="last"><%= @text['section_7'] %></p>
29   </li>
30 </ol>