X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/50bccff93109fe6ef9c370d2a858049d8b2e22cd..c7cf228372bee18d84b14fc4089a758bc157fe76:/apps/workbench/app/views/work_units/_show_outputs.html.erb diff --git a/apps/workbench/app/views/work_units/_show_outputs.html.erb b/apps/workbench/app/views/work_units/_show_outputs.html.erb deleted file mode 100644 index 11286addb1..0000000000 --- a/apps/workbench/app/views/work_units/_show_outputs.html.erb +++ /dev/null @@ -1,16 +0,0 @@ -<%# Copyright (C) The Arvados Authors. All rights reserved. - -SPDX-License-Identifier: AGPL-3.0 %> - -Outputs -
-
-
- <% outputs.each do |out| %> -
- <%= link_to_if_arvados_object out, friendly_name: true %> -
- <% end %> -
-
-