mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-10 17:03:56 +08:00
Merge pull request #485 from mlorb/ml_sci_1001
Add data-hook for E-signature manifestation/display [SCI-1001]
This commit is contained in:
commit
ea1711be83
1 changed files with 3 additions and 1 deletions
|
@ -167,6 +167,9 @@
|
|||
</a>
|
||||
</li>
|
||||
<% end %>
|
||||
|
||||
<span data-hook="secondary-navigation-tabs"></span>
|
||||
|
||||
<% if can_view_module_samples(@my_module) then %>
|
||||
<li id="module-samples-nav-tab" class="<%= "active" if is_module_samples? ||
|
||||
sample_types_page_my_module? ||
|
||||
|
@ -259,7 +262,6 @@
|
|||
</li>
|
||||
<% end %>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
|
Loading…
Reference in a new issue