The code powering m.abunchtell.com https://m.abunchtell.com
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

_tag.html.haml 489 B

12345678910111213141516
  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