Don't hide project-related icons on bottom RHS for issue-list when issue-list empty

in fact, that situation may very well be one where you care about those icons
This commit is contained in:
Klaas van Schelven
2024-09-25 14:22:39 +02:00
parent 01570121d9
commit 6f86a16f12

View File

@@ -165,7 +165,6 @@
</div>
{% if issue_list %}
<div class="flex justify-end mt-4"> {# the div with a few project-related icons (pjt-members, pjt-settings, my settings, dsn) on the lower RHS #}
{% if not app_settings.SINGLE_USER %}{% if member.is_admin or request.user.is_superuser %}
@@ -208,7 +207,6 @@
</div>
</div>
{% endif %}
</div>