about summary refs log tree commit diff
path: root/app/views/profile/_status_header.html.haml
blob: e1c81008843a87f4c0852b36341e8a7d27fd7a5a (plain) (blame)
1
2
3
4
5
6
7
8
= link_to profile_url(status.account), class: 'name' do
  %strong= display_name(status.account)
  = "@#{status.account.acct}"

= link_to status_url(status), class: 'time' do
  %span{ title: status.created_at }
    = time_ago_in_words(status.created_at)
    ago