<%= title %>
@@ -24,8 +27,7 @@
<%= link_to(
type.filter_name,
type.games_filter_url,
- class: type.css,
- data: { turbo_prefetch: "false" }) %>
+ class: type.css) %>
(<%= type.games_count %> / <%= type.games_percentage %>)
diff --git a/app/views/metrics/show.html.erb b/app/views/metrics/show.html.erb
index 0f9e375d..1e1dab1d 100644
--- a/app/views/metrics/show.html.erb
+++ b/app/views/metrics/show.html.erb
@@ -1,7 +1,10 @@
<% title("Metrics") %>
<% description(t("metrics.meta_description")) %>
-
+
<%= title %>
<% @view.engagements.tap do |engagements| %>
diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb
index dd4c7536..807632b5 100644
--- a/app/views/users/show.html.erb
+++ b/app/views/users/show.html.erb
@@ -1,7 +1,10 @@
<% title(@view.display_name) %>
<% description(t("user.meta_description")) %>
-