mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
Fix another bug where disabling language tabs didn't properly hide HTML
This commit is contained in:
parent
a8e3737200
commit
20ed753723
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %>
|
||||
|
|
|
|||
Loading…
Reference in a new issue