mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +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>
|
||||
<% 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