Skip to content
Snippets Groups Projects
_status_header.html.haml 249 B
Newer Older
  • Learn to ignore specific revisions
  • = 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)