From 3b1c813db71594a3c492d8b36c4179716cca62e4 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 10 Jul 2020 09:45:35 -0400 Subject: [PATCH] [deploy] Revert "Add number_with_delimiter to post count (#9225)" (#9242) This reverts commit 47b363bed7ec1e6d70a70ecfb04b4a97ef65605d. --- app/views/tags/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/tags/index.html.erb b/app/views/tags/index.html.erb index 65a12ca79..b7a577e4a 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(number_with_delimiter(tag.taggings_count), "post") %> published + <%= pluralize 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 %>