Reformatting contributor terms box based on suggestions by Tom

This commit is contained in:
Matt Amos 2011-04-11 00:31:01 +01:00 committed by Tom Hughes
parent 55cc2e0fcf
commit 2491328270
4 changed files with 13 additions and 3 deletions

View file

@ -2,6 +2,7 @@
<%= @text['intro'] %>
<%= @text['next_with_decline'] %>
</p>
<h3><%= @text['introduction'] %></h3>
<ol>
<li>
<p><%= @text['section_1'] %></p>
@ -12,7 +13,9 @@
</ol>
<% end %>
</li>
<h3><%= @text['rights_granted'] %></h3>
</ol>
<h3><%= @text['rights_granted'] %></h3>
<ol start="2">
<li>
<p><%= @text['section_2'] %></p>
</li>
@ -28,14 +31,18 @@
<li>
<p><%= @text['section_5'] %></p>
</li>
<h3><%= @text['limitation_of_liability'] %></h3>
</ol>
<h3><%= @text['limitation_of_liability'] %></h3>
<ol start="6">
<li>
<ol>
<li><p><%= @text['section_6_1'] %></p></li>
<li><p><%= @text['section_6_2'] %></p></li>
</ol>
</li>
<h3><%= @text['miscellaneous'] %></h3>
</ol>
<h3><%= @text['miscellaneous'] %></h3>
<ol start="7">
<li>
<p id="last"><%= @text['section_7'] %></p>
</li>