Fix up the off by one error on displayed rank for trending tags admin page. (#34016)
This commit is contained in:
		@@ -13,7 +13,7 @@
 | 
			
		||||
 | 
			
		||||
      - if tag.trendable?
 | 
			
		||||
        ·
 | 
			
		||||
        %abbr{ title: t('admin.trends.tags.current_score', score: tag.trend.score) }= t('admin.trends.tags.trending_rank', rank: tag.trend.rank + 1)
 | 
			
		||||
        %abbr{ title: t('admin.trends.tags.current_score', score: tag.trend.score) }= t('admin.trends.tags.trending_rank', rank: tag.trend.rank)
 | 
			
		||||
 | 
			
		||||
        - if tag.decaying?
 | 
			
		||||
          ·
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user