2872: Merge branch 'master' into 2872-folder-nav
[arvados.git] / apps / workbench / app / views / collections / show.html.erb
index d611dbdee818f14453faff673d0b06012e871fcb..f91357b12067b4f4662bdfaebd6cf3ccfac81490 100644 (file)
@@ -3,7 +3,12 @@
     <div class="panel panel-info">
       <div class="panel-heading">
        <h3 class="panel-title">
-          <% "Collection #{@object.uuid}" %>
+          <% i = 0 %>
+            <% @folder_links.each do |l| %>
+              <%= if i > 0 then ', ' end %>
+              <% i += 1 %>
+              <%= l.name %>
+            <% end %>
        </h3>
       </div>
       <div class="panel-body">