Replace == with empty?

pull/3557/head
techmetx11 2 years ago committed by Samantaz Fox
parent 8eca5b270e
commit 4ac263f1df
No known key found for this signature in database
GPG Key ID: F42821059186176E

@ -181,7 +181,7 @@ we're going to need to do it here in order to allow for translations.
<% end %> <% end %>
</p> </p>
<% if video.license %> <% if video.license %>
<% if video.license == "" %> <% if video.license.empty? %>
<p id="license"><%= translate(locale, "License: ") %><%= translate(locale, "Standard YouTube license") %></p> <p id="license"><%= translate(locale, "License: ") %><%= translate(locale, "Standard YouTube license") %></p>
<% else %> <% else %>
<p id="license"><%= translate(locale, "License: ") %><%= video.license %></p> <p id="license"><%= translate(locale, "License: ") %><%= video.license %></p>

Loading…
Cancel
Save