The code powering m.abunchtell.com https://m.abunchtell.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

17 lines
489 B

  1. .directory__tag
  2. = link_to admin_tag_path(tag.id) do
  3. %h4
  4. = fa_icon 'hashtag'
  5. = tag.name
  6. %small
  7. = t('admin.tags.in_directory', count: tag.accounts_count)
  8. •
  9. = t('admin.tags.unique_uses_today', count: tag.history.first[:accounts])
  10. - if tag.trending?
  11. = fa_icon 'fire fw'
  12. = t('admin.tags.trending_right_now')
  13. .trends__item__current= number_to_human tag.history.first[:uses], strip_insignificant_zeros: true