diff --git a/app/views/experiments/_dropdown_actions.html.erb b/app/views/experiments/_dropdown_actions.html.erb index 376bc3f36..e08297daa 100644 --- a/app/views/experiments/_dropdown_actions.html.erb +++ b/app/views/experiments/_dropdown_actions.html.erb @@ -29,6 +29,7 @@
  • <%= link_to t('experiments.archive.label_title'), archive_experiment_url(experiment), type: 'button', + method: :post, data: { confirm: t('experiments.canvas.archive_confirm') } %>
  • <% end %> <% if can_restore_experiment?(experiment) %>