From 96015633a9b45cedde95757aecac604c95e14dd6 Mon Sep 17 00:00:00 2001 From: drusepth Date: Fri, 15 Apr 2022 17:38:28 -0700 Subject: [PATCH] quick x for removing per-tag --- app/views/content/index.html.erb | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/app/views/content/index.html.erb b/app/views/content/index.html.erb index e8425c30..50e94870 100644 --- a/app/views/content/index.html.erb +++ b/app/views/content/index.html.erb @@ -267,7 +267,7 @@
<% @page_tags.each do |page_tag| %>
- +
<% end %> @@ -296,7 +296,7 @@

- Showing only <%= @content_type_name.pluralize %> with tags + Showing only <%= @content_type_name.pluralize %> with <%= 'tag'.pluralize(@filtered_page_tags.count) %> , active

@@ -304,15 +304,19 @@
- - Objects - - + <% @filtered_page_tags.each do |page_tag| %> + + <%= page_tag.tag %> + + + <% end %>