Merge branch '19954-permission-dedup-doc'
[arvados.git] / apps / workbench / app / views / projects / tab_counts.js.erb
index bf6437853667522ac767c4697ad36243b0b8f637..8757a82226898a805266966cbc0bcc75fe5aa6a5 100644 (file)
@@ -1,3 +1,7 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <% @tab_counts.each do |pane_name, tab_count| %>
-  $('span#<%= pane_name %>-count').html(' (<%= tab_count %>)');
+  $('span#<%= pane_name %>-count').html('(<%= tab_count %>)');
 <% end %>
\ No newline at end of file