mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-02 21:51:51 +08:00
Fix secondary navigation on Mac [SCI-1133]
This commit is contained in:
parent
3beb179f87
commit
391c5af267
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@
|
|||
</li>
|
||||
<% end %>
|
||||
|
||||
<span data-hook="secondary-navigation-tabs"></span>
|
||||
<li data-hook="secondary-navigation-tabs"></li>
|
||||
|
||||
<% if can_view_module_samples(@my_module) then %>
|
||||
<li id="module-samples-nav-tab" class="<%= "active" if is_module_samples? ||
|
||||
|
|
Loading…
Reference in a new issue