diff options
| author | 2025-04-18 17:36:26 +0200 | |
|---|---|---|
| committer | 2025-04-18 17:36:26 +0200 | |
| commit | 2fce02780876d5e4c4f32e0ca341c43a5d8b21a8 (patch) | |
| tree | 409adbe897de49e6ae2ca0dedbec4bfd044e10fd /web/template/status.tmpl | |
| parent | [chore] Don't push `latest` Docker image on prerelease (#4017) (diff) | |
| download | gotosocial-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.tmpl | 22 |
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 |
