about summary refs log tree commit diff
path: root/app/views/stream_entries/_content_spoiler.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/stream_entries/_content_spoiler.html.haml')
-rw-r--r--app/views/stream_entries/_content_spoiler.html.haml7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/views/stream_entries/_content_spoiler.html.haml b/app/views/stream_entries/_content_spoiler.html.haml
deleted file mode 100644
index fb42d3f57..000000000
--- a/app/views/stream_entries/_content_spoiler.html.haml
+++ /dev/null
@@ -1,7 +0,0 @@
-.media-spoiler-wrapper{ class: sensitive == false && 'media-spoiler-wrapper__visible' }><
-  .spoiler-button
-    .icon-button.overlayed
-      %i.fa.fa-fw.fa-eye
-  .media-spoiler
-    %span= t('stream_entries.sensitive_content')
-    %span= t('stream_entries.click_to_show')