Fix a nil check in Contributor Terms display
This commit is contained in:
parent
b1f5237037
commit
085f3356b9
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue