X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c203e53c2929c2ddf1b079ec077364f8f4d23c40..0dab89df8040f203a33bc1922df0ff893791def7:/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