]> git.openstreetmap.org Git - rails.git/blob - app/views/accounts/terms/_terms.html.erb
Merge remote-tracking branch 'upstream/pull/5735'
[rails.git] / app / views / accounts / terms / _terms.html.erb
1 <p id="first">
2   <%= @text["intro"] %>
3   <%= @text["next_with_decline"] %>
4 </p>
5 <h3><%= @text["introduction"] %></h3>
6 <ol>
7   <li>
8     <p><%= @text["section_1"] %></p>
9     <% unless @text['section_1a'].nil? %>
10     <ol>
11       <li><%= @text["section_1a"] %></li>
12       <li><%= @text["section_1b"] %></li>
13     </ol>
14     <% end %>
15   </li>
16 </ol>
17 <h3><%= @text["rights_granted"] %></h3>
18 <ol start="2">
19   <li>
20     <p><%= @text["section_2"] %></p>
21   </li>
22   <li>
23     <p><%= @text["section_3"] %></p>
24     <p><%= @text["active_defn_1"] %></p>
25     <p><%= @text["active_defn_2"] %></p>
26   </li>
27   <li>
28     <p><%= @text["section_4"] %></p>
29   </li>
30   <li>
31     <p><%= @text["section_5"] %></p>
32   </li>
33 </ol>
34 <h3><%= @text["limitation_of_liability"] %></h3>
35 <ol start="6">
36   <li><p><%= @text["section_6"] %></p></li>
37   <li><p><%= @text["section_7"] %></p></li>
38 </ol>
39 <h3><%= @text["miscellaneous"] %></h3>
40 <ol start="8">
41   <li>
42     <p id="last"><%= @text["section_8"] %></p>
43   </li>
44 </ol>