Add 'apps/arv-web/' from commit 'f9732ad8460d013c2f28363655d0d1b91894dca5'
[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 %>