mastodon/app/views/profile/_status_header.html.haml

8 lines
249 B
Plaintext

= 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 }
= relative_time(status.created_at)