closes #9514
[arvados.git] / apps / workbench / app / views / projects / tab_counts.js.erb
index bf6437853667522ac767c4697ad36243b0b8f637..6502e2efc07a88dbf07e2329e9725b4681206fb9 100644 (file)
@@ -1,3 +1,3 @@
 <% @tab_counts.each do |pane_name, tab_count| %>
-  $('span#<%= pane_name %>-count').html(' (<%= tab_count %>)');
+  $('span#<%= pane_name %>-count').html('(<%= tab_count %>)');
 <% end %>
\ No newline at end of file