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