about summary refs log tree commit diff
path: root/app/views/profile/_status.html.haml
blob: 39e70b69c63dd5c79b0c6084ba0917212017d355 (plain) (blame)
1
2
3
4
5
6
7
%div.entry
  .header
    = render partial: 'status_header', locals: { status: status.reblog? ? status.reblog : status }
  .content
    = status.content
  .counters
    = render partial: 'status_footer', locals: { status: status.reblog? ? status.reblog : status }