mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-20 03:54:34 +08:00
Display shared task container for all task users [SCI-9047] (#6841)
This commit is contained in:
parent
668ae018c1
commit
57ed60b39c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<div class="task-sharing-and-flows flex items-center gap-2 pl-3">
|
||||
<%= render partial: 'my_modules/status_flow/task_flow_button', locals: { my_module: @my_module } if @my_module.my_module_status_flow %>
|
||||
<%= javascript_include_tag("my_modules/status_flow") %>
|
||||
<% if current_team.shareable_links_enabled? && can_share_my_module?(@my_module) %>
|
||||
<% if current_team.shareable_links_enabled? %>
|
||||
<div id="share-task-container" data-behaviour="vue">
|
||||
<share-task-container
|
||||
shareable-link-url="<%= my_module_shareable_link_path(@my_module) %>"
|
||||
|
|
Loading…
Add table
Reference in a new issue