2872: Add useful pipeline instance content summary.
[arvados.git] / apps / workbench / app / views / collections / _show_object_description_cell.html.erb
1 <div class="nowrap">
2   <div>
3     <% Link.filter([['link_class','=','tag'],['head_uuid','=',object.uuid]]).collect(&:name).each do |tagname| %>
4       <span class="label label-info"><%= tagname %></span>
5     <% end %>
6   </div>
7   <span class="deemphasize">
8     Files (<%= human_readable_bytes_html(object.total_bytes) %>):
9   </span><span class="arvados-filename">
10     <% object.files.each do |path, file, size| %>
11       <%= file %>
12     <% end %>
13   </span>
14 </div>