5 lines
198 B
Plaintext
5 lines
198 B
Plaintext
|
- if activity.is_a?(Status) && activity.spoiler_text?
|
||
|
%meta{ property: 'og:description', content: activity.spoiler_text }/
|
||
|
- else
|
||
|
%meta{ property: 'og:description', content: activity.content }/
|