X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f1d8f4de37ff66b21330ffe500c9725620ec9614..6006e4dff665c1331495a09df8bbff07d4acd61a:/apps/workbench/app/views/links/_recent.html.erb diff --git a/apps/workbench/app/views/links/_recent.html.erb b/apps/workbench/app/views/links/_recent.html.erb index 76e959a243..1e60bf511d 100644 --- a/apps/workbench/app/views/links/_recent.html.erb +++ b/apps/workbench/app/views/links/_recent.html.erb @@ -38,7 +38,7 @@ <% if current_user and (current_user.is_admin or current_user.uuid == link.owner_uuid) %> - <%= link_to raw(''), { action: 'destroy', id: link.uuid }, { confirm: 'Delete this link?', method: 'delete' } %> + <%= link_to raw(''), { action: 'destroy', id: link.uuid }, data: {confirm: 'Delete this link?', method: 'delete'} %> <% end %>