Link to hashtag timelines from the Trending hashtags moderation interface (#26724)

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
local
gunchleoc 9 months ago committed by GitHub
parent 475783d567
commit 14f6798836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      app/views/admin/trends/tags/_tag.html.haml

@ -10,7 +10,8 @@
%br/
= t('admin.trends.tags.used_by_over_week', count: tag.history.reduce(0) { |sum, day| sum + day.accounts })
= link_to tag_path(tag), target: '_blank' do
= t('admin.trends.tags.used_by_over_week', count: tag.history.reduce(0) { |sum, day| sum + day.accounts })
- if tag.trendable? && (rank = Trends.tags.rank(tag.id))
·

Loading…
Cancel
Save