Updated tags link in admin dashboard

• Updated:
- tags link in admin dashboard
This commit is contained in:
mgabdev 2020-09-10 16:58:03 -05:00
parent d3355f8bd5
commit a8056f80a2
1 changed files with 1 additions and 1 deletions

View File

@ -105,5 +105,5 @@
%ul
- @trending_hashtags.each do |tag|
%li
= link_to "##{tag.name}", web_url("timelines/tag/#{tag.name}")
= link_to "##{tag.name}", web_url("/tags/#{tag.name}")
%span.pull-right= number_with_delimiter(tag.history[0][:accounts].to_i)