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.

8 lines
465 B

  1. = link_to (status.account.local? ? profile_url(name: status.account.username) : status.account.url), class: 'name' do
  2. %strong= status.account.display_name.blank? ? status.account.username : status.account.display_name
  3. = "@#{status.account.acct}"
  4. = link_to status.local? ? status_url(name: status.account.username, id: status.stream_entry.id) : status.url, class: 'time' do
  5. %span{ title: status.created_at }
  6. = time_ago_in_words(status.created_at)
  7. ago