From c2a76840c922d1547000f77bf3c5f754b9005bce Mon Sep 17 00:00:00 2001 From: evazion Date: Tue, 17 Sep 2019 02:05:03 -0500 Subject: [PATCH] tags: allow hovering over tag counts in sidebar to see exact counts. --- app/presenters/tag_set_presenter.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/presenters/tag_set_presenter.rb b/app/presenters/tag_set_presenter.rb index 46f0bee20..716caf259 100644 --- a/app/presenters/tag_set_presenter.rb +++ b/app/presenters/tag_set_presenter.rb @@ -149,9 +149,8 @@ class TagSetPresenter < Presenter is_underused_tag = count <= 1 && category == Tag.categories.general klass = "post-count#{is_underused_tag ? " low-post-count" : ""}" - title = "New general tag detected. Check the spelling or populate it now." - html << %{#{post_count}} + html << %{#{post_count}} end html << ""