fixes specs

This commit is contained in:
rgarcia
2016-05-17 23:36:20 +02:00
committed by Javi Martín
parent 0d9ff07ff5
commit b628631769
6 changed files with 13 additions and 39 deletions

View File

@@ -1,6 +1,6 @@
<%= back_link_to %>
<div id="graph" class="small-12 column">
<h2><%= t "admin.stats.graph.#{name || event}" %>(<%= count %>)</h2>
<h2><%= t "admin.stats.graph.#{name || event}" %> (<%= count %>)</h2>
<%= chart_tag id: name, event: event %>
</div>