projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
11065: Merge branch 'master' into 11065-rotate-logs
[arvados.git]
/
apps
/
workbench
/
app
/
views
/
projects
/
tab_counts.js.erb
1
<% @tab_counts.each do |pane_name, tab_count| %>
2
$('span#<%= pane_name %>-count').html('(<%= tab_count %>)');
3
<% end %>