Fix a nil check in Contributor Terms display

This commit is contained in:
Andrzej Zaborowski 2011-12-23 01:59:32 +01:00 committed by Tom Hughes
parent b1f5237037
commit 085f3356b9

View file

@ -6,7 +6,7 @@
<ol>
<li>
<p><%= raw @text['section_1'] %></p>
<% unless raw @text['section_1a'].nil? %>
<% unless @text['section_1a'].nil? %>
<ol style="list-style-type: lower-alpha">
<li><%= raw @text['section_1a'] %></li>
<li><%= raw @text['section_1b'] %></li>