summaryrefslogtreecommitdiff
path: root/web/template/status_attachment.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'web/template/status_attachment.tmpl')
-rw-r--r--web/template/status_attachment.tmpl8
1 files changed, 7 insertions, 1 deletions
diff --git a/web/template/status_attachment.tmpl b/web/template/status_attachment.tmpl
index 4dda7298f..a60ef4137 100644
--- a/web/template/status_attachment.tmpl
+++ b/web/template/status_attachment.tmpl
@@ -54,7 +54,13 @@
{{- end }}
>
<div class="show sensitive button" aria-hidden="true">Show sensitive</div>
- <span class="eye button" role="button" tabindex="0" aria-label="Toggle media visibility">
+ {{- with . }}
+ {{- /*
+ IMPORTANT: Button semantics and aria labels in "eye button" class below are added in
+ frontend/index.js, as the button doesn't function as a button without javascript.
+ */ -}}
+ {{- end }}
+ <span class="eye button">
<i class="hide fa fa-fw fa-eye-slash" aria-hidden="true"></i>
<i class="show fa fa-fw fa-eye" aria-hidden="true"></i>
</span>