X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3f0ec839af28e56eb94bc9507ab59df1e670e59f..85c625c40ad873d0efac33f8a63c1ee256185e36:/apps/workbench/app/views/trash_items/_untrash_item.html.erb diff --git a/apps/workbench/app/views/trash_items/_untrash_item.html.erb b/apps/workbench/app/views/trash_items/_untrash_item.html.erb index 74255c3f0f..50780d9497 100644 --- a/apps/workbench/app/views/trash_items/_untrash_item.html.erb +++ b/apps/workbench/app/views/trash_items/_untrash_item.html.erb @@ -1,7 +1,9 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <% if object.editable? %> - <% msg = "Untrash '" + if !object.name.blank? then object.name else object.uuid end + "'?" %> - <%= link_to({action: 'untrash_items', selection: [object.uuid]}, remote: true, method: :post, - title: "Untrash", style: 'cursor: pointer;') do %> - - <% end %> + <%= link_to(url_for(object), {title: "Untrash", style: 'cursor: pointer;'}) do %> + + <% end %> <% end %>