From 27dfbabe2f3ab416eb13f35d8d7116a946ebf6fa Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Wed, 15 Jul 2020 00:54:26 +0100 Subject: Improve tags page layout and add link to profile --- app/templates/users/profile.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'app/templates/users') diff --git a/app/templates/users/profile.html b/app/templates/users/profile.html index 4af1c1d..64102b9 100644 --- a/app/templates/users/profile.html +++ b/app/templates/users/profile.html @@ -16,6 +16,7 @@ {% endif %}
+

{{ user.display_name }}

@@ -192,6 +193,12 @@ {% endif %}
+{% if current_user == user or (current_user.is_authenticated and current_user.rank.atLeast(current_user.rank.EDITOR)) %} + + View list of tags + +{% endif %}

{{ _("Packages") }}

-- cgit v1.2.3