8 lines
224 B
Plaintext
8 lines
224 B
Plaintext
<% content_for :head do %>
|
|
<%= javascript_include_tag "stat_graphs", "data-turbolinks-track" => "reload" %>
|
|
<% end %>
|
|
|
|
<%= back_link_to admin_stats_path %>
|
|
|
|
<%= render "graph", name: @name, event: @event, count: @count %>
|