Files
grecia/app/views/admin/stats/graph.html.erb
2019-05-16 13:37:47 +02:00

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 %>