Most of these quotes were in the dashboard branch before we added the rule for double quotes.
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 %>
|