mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-14 17:14:54 +08:00
add hook to tab pane
This commit is contained in:
parent
997748561b
commit
9b9143f145
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ data-project-users-tab-url="<%= url_for project_user_projects_path(project_id: p
|
|||
</ul>
|
||||
|
||||
<!-- Tab panes -->
|
||||
<div class="tab-content">
|
||||
<div class="tab-content" data-hook="project-dropdown-panel">
|
||||
<% if can_read_project?(project) %>
|
||||
<div role="tabpanel" class="tab-pane" id="activities-<%= project.id %>"></div>
|
||||
<div role="tabpanel" class="tab-pane" id="users-<%= project.id %>"></div>
|
||||
|
|
Loading…
Add table
Reference in a new issue