]> git.openstreetmap.org Git - rails.git/blob - app/views/user/_terms.html.erb
f0c6b2e1eb893624a9039d4589ef14af3596065f
[rails.git] / app / views / user / _terms.html.erb
1 <p id="first">
2   <%= @text['intro'] %>
3   <%= @text['next_with_decline'] %>
4 </p>
5 <ol>
6   <li>
7     <p><%= @text['section_1'] %></p>
8     <% unless @text['section_1a'].nil? %>
9     <ol style="list-style-type: lower-alpha">
10       <li><%= @text['section_1a'] %></li>
11       <li><%= @text['section_1b'] %></li>
12     </ol>
13     <% end %>
14   </li>
15   <h3><%= @text['rights_granted'] %></h3>
16   <li>
17     <p><%= @text['section_2'] %></p>
18   </li>
19   <li>
20     <p><%= @text['section_3'] %></p>
21     <p><%= @text['active_defn_1'] %></p>
22     <p><%= @text['active_defn_2'] %></p>
23     </ul>
24   </li>
25   <li>
26     <p><%= @text['section_4'] %></p>
27   </li>
28   <li>
29     <p><%= @text['section_5'] %></p>
30   </li>
31   <h3><%= @text['limitation_of_liability'] %></h3>
32   <li>
33     <ol>
34       <li><p><%= @text['section_6_1'] %></p></li>
35       <li><p><%= @text['section_6_2'] %></p></li>
36     </ol>
37   </li>
38   <h3><%= @text['miscellaneous'] %></h3>
39   <li>
40     <p id="last"><%= @text['section_7'] %></p>
41   </li>
42 </ol>