add: allow mods to view user notifications

This commit is contained in:
trisua 2025-06-02 21:18:19 -04:00
parent d44004e86b
commit 0983a3bb84
5 changed files with 44 additions and 15 deletions

View file

@ -219,11 +219,5 @@
("href" "/@{{ profile.username }}/outbox")
("class" "{% if selected == 'outbox' -%}active{%- endif %}")
(str (text "auth:label.outbox")))
(text "{%- endif %}")
(text "{% if is_helper -%}")
(a
("href" "/requests?id={{ profile.id }}")
(str (text "requests:label.requests")))
(text "{%- endif %} {%- endif %}"))
(text "{%- endmacro %}")