Reformatting contributor terms box based on suggestions by Tom
This commit is contained in:
parent
55cc2e0fcf
commit
2491328270
4 changed files with 13 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue