]> git.openstreetmap.org Git - rails.git/blob - app/views/user/_terms.html.erb
Interpolation variables should not be translated...
[rails.git] / app / views / user / _terms.html.erb
1 <p id="first">
2   <%= @text['intro'] %>
3   <% if has_decline %>
4     <%= @text['next_with_decline'] %>
5   <% else %>
6     <%= @text['next_without_decline'] %>
7   <% end %>
8 </p>
9 <ol>
10   <li>
11     <p><%= @text['section_1'] %></p>
12   </li>
13   <li>
14     <p><%= @text['section_2'] %></p>
15   </li>
16   <li>
17     <p><%= @text['section_3'] %></p>
18     <p><%= @text['active_defn_1'] %></p>
19     <p><%= @text['active_defn_2'] %></p>
20   </li>
21   <li>
22     <p><%= @text['section_4'] %></p>
23   </li>
24   <li>
25     <p><%= @text['section_5'] %></p>
26   </li>
27   <li>
28     <p><%= @text['section_6'] %></p>
29     <ol>
30       <li><p><%= @text['section_6_1'] %></p></li>
31       <li><p><%= @text['section_6_2'] %></p></li>
32     </ol>
33   </li>
34   <li>
35     <p id="last"><%= @text['section_7'] %></p>
36   </li>
37 </ol>