openstreetmap-website/app/views/users/_terms.html.erb
2019-03-27 16:15:19 +00:00

45 lines
1 KiB
Text

<p id="first">
<%= raw @text["intro"] %>
<%= raw @text["next_with_decline"] %>
</p>
<h3><%= raw @text["introduction"] %></h3>
<ol>
<li>
<p><%= raw @text["section_1"] %></p>
<% unless @text['section_1a'].nil? %>
<ol>
<li><%= raw @text["section_1a"] %></li>
<li><%= raw @text["section_1b"] %></li>
</ol>
<% end %>
</li>
</ol>
<h3><%= raw @text["rights_granted"] %></h3>
<ol start="2">
<li>
<p><%= raw @text["section_2"] %></p>
</li>
<li>
<p><%= raw @text["section_3"] %></p>
<p><%= raw @text["active_defn_1"] %></p>
<p><%= raw @text["active_defn_2"] %></p>
</ul>
</li>
<li>
<p><%= raw @text["section_4"] %></p>
</li>
<li>
<p><%= raw @text["section_5"] %></p>
</li>
</ol>
<h3><%= raw @text["limitation_of_liability"] %></h3>
<ol start="6">
<li><p><%= raw @text["section_6"] %></p></li>
<li><p><%= raw @text["section_7"] %></p></li>
</ol>
<h3><%= raw @text["miscellaneous"] %></h3>
<ol start="8">
<li>
<p id="last"><%= raw @text["section_8"] %></p>
</li>
</ol>