X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/70f1004b17fac3c772c8f938b5a72ff3a3ebc67a..a959f21c8147f26362df392bc3fd3290db69de85:/apps/workbench/app/views/collections/show.html.erb diff --git a/apps/workbench/app/views/collections/show.html.erb b/apps/workbench/app/views/collections/show.html.erb index d611dbdee8..f91357b120 100644 --- a/apps/workbench/app/views/collections/show.html.erb +++ b/apps/workbench/app/views/collections/show.html.erb @@ -3,7 +3,12 @@

- <% "Collection #{@object.uuid}" %> + <% i = 0 %> + <% @folder_links.each do |l| %> + <%= if i > 0 then ', ' end %> + <% i += 1 %> + <%= l.name %> + <% end %>