Files
grecia/app/views/admin/stats/graph.html.erb
Javi Martín cf9e36c767 Replace single quotes with double quotes
Most of these quotes were in the dashboard branch before we added the
rule for double quotes.
2019-09-10 19:21:03 +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 %>