diff --git a/app/views/tags/index.html.erb b/app/views/tags/index.html.erb index b7a577e4a..65a12ca79 100644 --- a/app/views/tags/index.html.erb +++ b/app/views/tags/index.html.erb @@ -37,7 +37,7 @@

<%= sanitize tag.short_summary %>

<% end %>

- <%= pluralize tag.taggings_count, "post" %> published + <%= pluralize(number_with_delimiter(tag.taggings_count), "post") %> published <% if tag.sponsorship && tag.sponsorship.status == "live" && tag.sponsorship.expires_at > Time.current %> | Sponsored by <%= tag.sponsorship.organization.name %> ❤️ <% end %>