The code powering m.abunchtell.com https://m.abunchtell.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

8 lines
263 B

  1. %div.entry
  2. .header
  3. = render partial: 'status_header', locals: { status: status.reblog? ? status.reblog : status }
  4. .content
  5. = status.content
  6. .counters
  7. = render partial: 'status_footer', locals: { status: status.reblog? ? status.reblog : status }