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 %>