6 lines
182 B
Plaintext
6 lines
182 B
Plaintext
<% content_for :head do %>
|
|
<%= javascript_include_tag "stat_graphs", 'data-turbolinks-track' => true %>
|
|
<% end %>
|
|
|
|
<%= render 'graph', name: @name, event: @event, count: @count %>
|