Skip to content
Snippets Groups Projects
Commit 40f381e6 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

append empty space only if count exists

parent 3d4d89f0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment