X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/44c95f99098fa6c6acbfa82d4b6cbc6015eb6e39..5c1c5e34118a3867fca9e7f0150074ea18623939:/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 901d396fcb..50780d9497 100644 --- a/apps/workbench/app/views/trash_items/_untrash_item.html.erb +++ b/apps/workbench/app/views/trash_items/_untrash_item.html.erb @@ -3,9 +3,7 @@ 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 %>