2883: Added big red "show failed tasks" button.
[arvados.git] / apps / workbench / app / views / collections / show_file_links.html.erb
index de012c7bc91fb57f9f5894d7dd2074d05dc04e65..78d75b1f7949f871409057ca883afa3982d2a7f8 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <html>
-<% coll_name = (@object.name =~ /\S/) ? @object.name : "Collection #{@object.uuid}" %>
+<% coll_name = "Collection #{@object.uuid}" %>
 <% link_opts = {controller: 'collections', action: 'show_file',
                 uuid: @object.uuid, reader_token: params[:reader_token]} %>
 <head>