about summary refs log tree commit diff
path: root/app/views/stream_entries/_og_description.html.haml
blob: 5762aca041cffb206d3e858ae85e990a41c5f3ae (plain) (blame)
1
2
3
4
- if activity.is_a?(Status) && activity.spoiler_text?
  %meta{ property: 'og:description', content: activity.spoiler_text }/
- else
  %meta{ property: 'og:description', content: activity.content }/