From 6f55763452e227e17d8d1f17d9a88d3e0cf44d91 Mon Sep 17 00:00:00 2001 From: djanelle-mit Date: Fri, 10 Apr 2026 13:01:32 -0400 Subject: [PATCH 1/3] Adding tab tracking to event names --- app/views/layouts/_site_header.html.erb | 4 ++-- app/views/layouts/application.html.erb | 4 ++-- app/views/search/_form.html.erb | 22 +++++++++++---------- app/views/search/_results_callouts.html.erb | 2 +- app/views/search/_results_sidebar.html.erb | 2 +- app/views/search/results.html.erb | 2 +- app/views/tacos/analyze.html.erb | 2 +- app/views/thirdiron/libkey.html.erb | 8 ++++---- 8 files changed, 24 insertions(+), 22 deletions(-) diff --git a/app/views/layouts/_site_header.html.erb b/app/views/layouts/_site_header.html.erb index 9c03b0d7..ed0096d1 100644 --- a/app/views/layouts/_site_header.html.erb +++ b/app/views/layouts/_site_header.html.erb @@ -1,4 +1,4 @@ -
+
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 34a54c4e..e329120b 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -11,7 +11,7 @@ <%= render partial: "layouts/global_alert" %> <%= render partial: "layouts/site_header" %> - +
<%= render partial: "layouts/flash" %> @@ -22,7 +22,7 @@
-