X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/555c1e920855989e059a4be0503ebb627193f987..74fec3cd8284eae4829dad2c287588d52c621c4b:/apps/workbench/app/views/projects/tab_counts.js.erb diff --git a/apps/workbench/app/views/projects/tab_counts.js.erb b/apps/workbench/app/views/projects/tab_counts.js.erb index bf64378536..8757a82226 100644 --- a/apps/workbench/app/views/projects/tab_counts.js.erb +++ b/apps/workbench/app/views/projects/tab_counts.js.erb @@ -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