mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-01 20:48:23 +08:00
Fix method on experiment archive action
This commit is contained in:
parent
060d5c1c2e
commit
171468444d
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
<li><%= link_to t('experiments.archive.label_title'),
|
||||
archive_experiment_url(experiment),
|
||||
type: 'button',
|
||||
method: :post,
|
||||
data: { confirm: t('experiments.canvas.archive_confirm') } %></li>
|
||||
<% end %>
|
||||
<% if can_restore_experiment?(experiment) %>
|
||||
|
|
Loading…
Reference in a new issue