Fix tag usage display on admin dashboard
This commit is contained in:
parent
0d13e30ad2
commit
8241f162df
@ -146,4 +146,4 @@
|
|||||||
- @trending_hashtags.each do |tag|
|
- @trending_hashtags.each do |tag|
|
||||||
%li
|
%li
|
||||||
= link_to "##{tag.name}", web_url("timelines/tag/#{tag.name}")
|
= link_to "##{tag.name}", web_url("timelines/tag/#{tag.name}")
|
||||||
%span.pull-right= number_with_delimiter(tag.history[0]['accounts'].to_i)
|
%span.pull-right= number_with_delimiter(tag.history[0][:accounts].to_i)
|
||||||
|
Loading…
Reference in New Issue
Block a user