Rename event_types variable to event_names

This is consistent with the `name` column in `ahoy_events`.
This commit is contained in:
Javi Martín
2024-04-24 19:58:33 +02:00
parent 772be11525
commit 646dccca0a
2 changed files with 2 additions and 2 deletions

View File

@@ -114,7 +114,7 @@
</div>
<% @event_types.each do |event| %>
<% @event_names.each do |event| %>
<h3>
<%= link_to graph_link_text(event),
graph_admin_stats_path(event: event) %>