mirror of
https://github.com/bugsink/bugsink.git
synced 2026-01-06 05:10:15 -06:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user