The code powering m.abunchtell.com https://m.abunchtell.com
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

17 satır
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