Fix up the off by one error on displayed rank for trending tags admin page. (#34016)

pull/33353/head
Darren VanBuren 13 hours ago committed by GitHub
parent 3aaa388ce4
commit bff53a637e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -13,7 +13,7 @@
- if tag.trendable? - 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? - if tag.decaying?
· ·

Loading…
Cancel
Save