diff --git a/app/views/browse/tag.html.erb b/app/views/browse/tag.html.erb index c079799e..ccb3626c 100644 --- a/app/views/browse/tag.html.erb +++ b/app/views/browse/tag.html.erb @@ -1,11 +1,4 @@
- -
-
- lock_open - Content on Notebook.ai is private by default. These are public entries shared for Art Fight 2025. -
-
<% # Generate a consistent pattern for the background based on tag name @@ -59,12 +52,12 @@
<%= PageTag.icon %> - <%= pluralize(total_items, 'item') %> + <%= pluralize(total_items, 'page') %>
category - <%= pluralize(content_types_count, 'category') %> + <%= pluralize(content_types_count, 'page type') %>
@@ -76,6 +69,13 @@
+ +
+
+ lock_open + All content on Notebook.ai is private by default. Only pages with the ArtFight2025 tag and set to public will appear here. +
+
<% if @tagged_content.empty? %>