summaryrefslogtreecommitdiff
path: root/app/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/application_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index 26bb3c66fd6..3d4588a3b5d 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -333,9 +333,9 @@ module ApplicationHelper
html = ""
html += content_tag :span, entity_title
- html += " "
if count.present?
+ html += " "
html += content_tag :span, number_with_delimiter(count), class: 'badge'
end