X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7178ac911e7b160c1348da404b5aa07b9829d3c8..231a86fd3f7e30e9f66d71d92ad7c26578637e37:/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 6502e2efc0..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 %>)'); <% end %> \ No newline at end of file