1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/app/views/stream_entries/_content_spoiler.html.haml
Eugen Rochko 5ae1b39ec9 Adjusting public display of statuses to look similar to logged-in UI,
fix #361 with rich OEmbed display via iframe, fix #237 by hiding sensitive
content behind a spoiler on public pages
2016-12-18 19:47:11 +01:00

3 lines
105 B
Text

.media-spoiler
%span= t('stream_entries.sensitive_content')
%span= t('stream_entries.click_to_show')