Files
nairobi/app/views/admin/stats/graph.html.erb
Javi Martín 1edf0d937d Move stats graph partial to a component
Note we're naming it "chart" in order to avoid possible conflicts with
the "graph" view when we move it to a component.
2024-05-09 14:28:31 +02:00

8 lines
249 B
Plaintext

<% content_for :head do %>
<%= javascript_include_tag "stat_graphs", "data-turbolinks-track" => "reload" %>
<% end %>
<%= back_link_to admin_stats_path %>
<%= render Admin::Stats::ChartComponent.new(name: @name, event: @event, count: @count) %>