Change number_to_human calls to always use 3-digits precision (#16469)
Fixes #16435
This commit is contained in:
		@@ -81,6 +81,6 @@
 | 
			
		||||
                  = t('accounts.nothing_here')
 | 
			
		||||
                - else
 | 
			
		||||
                  %time.formatted{ datetime: featured_tag.last_status_at.iso8601, title: l(featured_tag.last_status_at) }= l featured_tag.last_status_at
 | 
			
		||||
            .trends__item__current= number_to_human featured_tag.statuses_count, strip_insignificant_zeros: true
 | 
			
		||||
            .trends__item__current= friendly_number_to_human featured_tag.statuses_count
 | 
			
		||||
 | 
			
		||||
    = render 'application/sidebar'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user