removes unused combined stats
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
<%= t "admin.stats.show.summary.visits" %><br>
|
<%= t "admin.stats.show.summary.visits" %><br>
|
||||||
<span class="number"><%= number_with_delimiter(@visits) %></span>
|
<span class="number"><%= number_with_delimiter(@visits) %></span>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<%= t "admin.stats.show.summary.debates" %><br>
|
<%= t "admin.stats.show.summary.debates" %><br>
|
||||||
<span class="number"><%= number_with_delimiter(@debates) %></span>
|
<span class="number"><%= number_with_delimiter(@debates) %></span>
|
||||||
@@ -79,11 +79,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="small-12">
|
|
||||||
<h2><%= t "admin.stats.show.combined_title" %></h2>
|
|
||||||
<%= events_chart_tag @event_types.keys, id: 'combined' %>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="small-12">
|
<div class="small-12">
|
||||||
<h2><%= t "admin.stats.show.visits_title" %></h2>
|
<h2><%= t "admin.stats.show.visits_title" %></h2>
|
||||||
<%= visits_chart_tag id: "visits" %>
|
<%= visits_chart_tag id: "visits" %>
|
||||||
|
|||||||
@@ -152,7 +152,6 @@ en:
|
|||||||
geozone: Scope
|
geozone: Scope
|
||||||
stats:
|
stats:
|
||||||
show:
|
show:
|
||||||
combined_title: Combined
|
|
||||||
stats_title: Stats
|
stats_title: Stats
|
||||||
summary:
|
summary:
|
||||||
comment_votes: Comment votes
|
comment_votes: Comment votes
|
||||||
|
|||||||
@@ -152,7 +152,6 @@ es:
|
|||||||
geozone: "Ámbito"
|
geozone: "Ámbito"
|
||||||
stats:
|
stats:
|
||||||
show:
|
show:
|
||||||
combined_title: Combinado
|
|
||||||
stats_title: Estadísticas
|
stats_title: Estadísticas
|
||||||
summary:
|
summary:
|
||||||
comment_votes: Votos en comentarios
|
comment_votes: Votos en comentarios
|
||||||
|
|||||||
Reference in New Issue
Block a user