mirror of
https://github.com/danbulant/api_docs
synced 2026-05-24 12:27:29 +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 %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
<div class="dark-box">
|
<div class="dark-box">
|
||||||
<% if language_tabs %>
|
<% if language_tabs.any? %>
|
||||||
<div class="lang-selector">
|
<div class="lang-selector">
|
||||||
<% language_tabs.each do |lang| %>
|
<% language_tabs.each do |lang| %>
|
||||||
<% if lang.is_a? Hash %>
|
<% if lang.is_a? Hash %>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue