Files
nairobi/app/views/admin/stats/graph.html.erb
Javi Martín 5831f190ba Fix "Go back" link in stat graphs
The link appeared twice when visiting stats for a budget's supporting
phase.
2021-04-02 20:56:09 +02:00

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