8784: Fix test for latest firefox.
[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 %>