mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 11:45:18 +08:00
Merge pull request #1435 from mz3944/mz-SCI-2912
An error at archiving experiment with locked task [SCI-2912]
This commit is contained in:
commit
79d35de794
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
tooltipcontent: I18n.t('tooltips.text.experiment.move')
|
||||
} %></li>
|
||||
<% end %>
|
||||
<% if can_manage_experiment?(experiment) %>
|
||||
<% if can_archive_experiment?(experiment) %>
|
||||
<li><%= link_to t('experiments.archive.label_title'),
|
||||
archive_experiment_url(experiment),
|
||||
type: 'button',
|
||||
|
|
Loading…
Reference in a new issue