make empty? blank?
This commit is contained in:
parent
d9ffe8ac86
commit
ae8fde5a9e
@ -17,19 +17,19 @@
|
|||||||
<p><strong>Music Selection</strong><br>
|
<p><strong>Music Selection</strong><br>
|
||||||
<%= musicselection_list item:videolisting.musicselection %></p>
|
<%= musicselection_list item:videolisting.musicselection %></p>
|
||||||
</li>
|
</li>
|
||||||
<% unless videolisting.clientprovidedscript.empty? %>
|
<% unless videolisting.clientprovidedscript.blank? %>
|
||||||
<li>
|
<li>
|
||||||
<p><strong>Client Provided Script</strong><br>
|
<p><strong>Client Provided Script</strong><br>
|
||||||
<%= videolisting.clientprovidedscript %></p>
|
<%= videolisting.clientprovidedscript %></p>
|
||||||
</li>
|
</li>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% unless videolisting.notes.empty? %>
|
<% unless videolisting.notes.blank? %>
|
||||||
<li>
|
<li>
|
||||||
<p><strong>Production Notes</strong><br>
|
<p><strong>Production Notes</strong><br>
|
||||||
<%= videolisting.notes %></p>
|
<%= videolisting.notes %></p>
|
||||||
</li>
|
</li>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% unless videolisting.asseturls.empty? %>
|
<% unless videolisting.asseturls.blank? %>
|
||||||
<li>
|
<li>
|
||||||
<p><strong>asseturls</strong><br />
|
<p><strong>asseturls</strong><br />
|
||||||
<% videolisting.asseturls_array.each do |asset| %>
|
<% videolisting.asseturls_array.each do |asset| %>
|
||||||
|
Loading…
Reference in New Issue
Block a user