Fix another bug where disabling language tabs didn't properly hide HTML

This commit is contained in:
Robert Lord 2016-09-03 17:56:20 -07:00
parent a8e3737200
commit 20ed753723

View file

@ -79,7 +79,7 @@ under the License.
<% end %>
</div>
<div class="dark-box">
<% if language_tabs %>
<% if language_tabs.any? %>
<div class="lang-selector">
<% language_tabs.each do |lang| %>
<% if lang.is_a? Hash %>