10383: Merge branch 'master' into 10383-arv-put-incremental-upload
[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 %>