summaryrefslogtreecommitdiff
path: root/web/template/status.tmpl
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-04-18 17:36:26 +0200
committerLibravatar GitHub <noreply@github.com>2025-04-18 17:36:26 +0200
commit2fce02780876d5e4c4f32e0ca341c43a5d8b21a8 (patch)
tree409adbe897de49e6ae2ca0dedbec4bfd044e10fd /web/template/status.tmpl
parent[chore] Don't push `latest` Docker image on prerelease (#4017) (diff)
downloadgotosocial-2fce02780876d5e4c4f32e0ca341c43a5d8b21a8.tar.xz
[feature/frontend] Hide "engagement" stats, edits, and other info under a little drop down to unclutter status info bar (#4021)
* dick about with stats a bit * more dicking abuot * lil tweaks * more about-dicking * weee * comments * fixie uppie
Diffstat (limited to 'web/template/status.tmpl')
-rw-r--r--web/template/status.tmpl22
1 files changed, 1 insertions, 21 deletions
diff --git a/web/template/status.tmpl b/web/template/status.tmpl
index 4263e6020..9d2f80a5e 100644
--- a/web/template/status.tmpl
+++ b/web/template/status.tmpl
@@ -90,27 +90,7 @@ media photoswipe-gallery {{ (len .) | oddOrEven }} {{ if eq (len .) 1 }}single{{
</div>
{{- end }}
</div>
-<aside class="status-info" aria-hidden="true">
+<aside class="status-info">
{{- include "status_info.tmpl" . | indent 1 }}
</aside>
-{{- if .Local }}
-<a
- href="{{- .URL -}}"
- class="status-link u-url"
- data-nosnippet
- title="Open thread at this post"
->
- Open thread at this post
-</a>
-{{- else }}
-<a
- href="{{- .URL -}}"
- class="status-link u-url"
- data-nosnippet
- rel="nofollow noreferrer noopener" target="_blank"
- title="Open remote post (opens in a new window)"
->
- Open remote post (opens in a new window)
-</a>
-{{- end }}
{{- end }} \ No newline at end of file