<% content_for :head do %> <%= javascript_include_tag "stat_graphs", 'data-turbolinks-track' => true %> <% end %>

<%= t "admin.stats.show.stats_title" %>

<%= t "admin.stats.show.summary.debates" %>
<%= @debates %>

<%= t "admin.stats.show.summary.proposals" %>
<%= @proposals %>

<%= t "admin.stats.show.summary.comments" %>
<%= @comments %>

<%= t "admin.stats.show.summary.debate_votes" %>
<%= @debate_votes %>

<%= t "admin.stats.show.summary.comment_votes" %>
<%= @comment_votes %>

<%= t "admin.stats.show.summary.votes" %>
<%= @votes %>

<%= t "admin.stats.show.summary.user_level_two" %>
<%= @user_level_two %>

<%= t "admin.stats.show.summary.user_level_three" %>
<%= @user_level_three %>

<%= t "admin.stats.show.visits_title" %>

<%= visits_chart_tag id: "visits" %>

<%= t "admin.stats.show.combined_title" %>

<%= events_chart_tag @event_types.keys, id: 'combined' %>
<% @event_types.each do |event, count| %>

<%= event.titleize %> (<%= count %>)

<%= events_chart_tag event %> <% end %>