X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/830678c2715bac06d581dcdce8ea518c1bcc2939..06f5f794cd1fc8cb4dbf72e3a2fbc440b44101b9:/apps/workbench/app/views/collections/_show_object_description_cell.html.erb diff --git a/apps/workbench/app/views/collections/_show_object_description_cell.html.erb b/apps/workbench/app/views/collections/_show_object_description_cell.html.erb index 0b3352b7f3..1f1325dbbe 100644 --- a/apps/workbench/app/views/collections/_show_object_description_cell.html.erb +++ b/apps/workbench/app/views/collections/_show_object_description_cell.html.erb @@ -1,9 +1,4 @@
-
- <% Link.filter([['link_class','=','tag'],['head_uuid','=',object.uuid]]).collect(&:name).each do |tagname| %> - <%= tagname %> - <% end %> -
Files (<%= human_readable_bytes_html(object.total_bytes) %>): @@ -11,4 +6,9 @@ <%= file %> <% end %> +
+ <% Link.filter([['link_class','=','tag'],['head_uuid','=',object.uuid]]).collect(&:name).each do |tagname| %> + <%= tagname %> + <% end %> +