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