Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / views / search / _choose_rows.html.erb
index 0a73a4109ed0e53719aa77b6f658db3dd9b59df9..04de4261a7aa26cb167318801d15fc8f24d86b34 100644 (file)
@@ -1,3 +1,6 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
 <% current_class = params[:last_object_class] %>
 <% @objects.each do |object| %>
   <% icon_class = fa_icon_class_for_class(object.class) %>
@@ -19,7 +22,7 @@
         <%= object.name %>
         <span style="display:none"><%= object.uuid %></span>
       <% else %>
-        unnamed - <span class="arvados-uuid"><%= object.uuid %></span>
+        <span class="arvados-uuid"><%= object.uuid %></span>
       <% end %>
     </div>
   </div>