2961: Fixed name of collection on collection show page to fix test.
[arvados.git] / apps / workbench / app / views / collections / show.html.erb
index 440d2ff40e4a1fcae8cf244101fa92b5cb52f0a6..710388d643d17099e99d2697caace53f57ead368 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">