mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-17 14:32:34 +08:00
Fix archived task button [SCI-7250]
This commit is contained in:
parent
1bb7c2227b
commit
c60ca19c62
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
<%= link_to option_text, result_table_download_path(result.result_table_id), data: { turbolinks: false } %>
|
||||
<% end %>
|
||||
</li>
|
||||
<% if can_delete_result?(result) %>
|
||||
<% if can_delete_result?(result) && can_manage_my_module?(@my_module) %>
|
||||
<li>
|
||||
<%= link_to t('my_modules.module_archive.option_delete'),
|
||||
result_path(action: :delete, id: result.id),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue