projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch '20300-rails7'
[arvados.git]
/
apps
/
workbench
/
app
/
views
/
projects
/
tab_counts.js.erb
1
<%# Copyright (C) The Arvados Authors. All rights reserved.
2
3
SPDX-License-Identifier: AGPL-3.0 %>
4
5
<% @tab_counts.each do |pane_name, tab_count| %>
6
$('span#<%= pane_name %>-count').html('(<%= tab_count %>)');
7
<% end %>