From cd383a98f40d594cffc70c916746c531a09bf57f Mon Sep 17 00:00:00 2001 From: Earlopain <14981592+Earlopain@users.noreply.github.com> Date: Mon, 2 Oct 2023 15:24:35 +0200 Subject: [PATCH] Add search links to stats page --- app/views/stats/index.html.erb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app/views/stats/index.html.erb b/app/views/stats/index.html.erb index 364307d0..c438250a 100644 --- a/app/views/stats/index.html.erb +++ b/app/views/stats/index.html.erb @@ -13,12 +13,13 @@
<% @definitions.each do |definition| %> + <% entry = @counts[definition.enum_value] || {} %>