projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Diagnostics testing: The test fails because there are 2 Run buttons in the Inputs...
[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 %>