mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-09 13:28:53 +08:00
Merge pull request #528 from okriuchykhin/ok_SCI_1133
Fix secondary navigation on Mac [SCI-1133]
This commit is contained in:
commit
05a49e5a82
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@
|
||||||
</li>
|
</li>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<span data-hook="secondary-navigation-tabs"></span>
|
<li data-hook="secondary-navigation-tabs"></li>
|
||||||
|
|
||||||
<% if can_view_module_samples(@my_module) then %>
|
<% if can_view_module_samples(@my_module) then %>
|
||||||
<li id="module-samples-nav-tab" class="<%= "active" if is_module_samples? ||
|
<li id="module-samples-nav-tab" class="<%= "active" if is_module_samples? ||
|
||||||
|
|
Loading…
Add table
Reference in a new issue