mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-04 05:54:27 +00:00
8 lines
249 B
Plaintext
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)
|