mirror of
https://github.com/bugsink/bugsink.git
synced 2026-02-05 13:28:43 -06:00
Fix conditional on 'Issue Tags' RHS
This commit is contained in:
@@ -219,7 +219,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% if issue.get_issue_tags and tab != "tags" %}
|
||||
{% if issue.tags_summary and tab != "tags" %}
|
||||
<div class="border-2 mb-4 mr-4"><!-- "issue: tags" box -->
|
||||
<div class="font-bold border-b-2">
|
||||
<div class="p-4 border-slate-50 text-slate-500">
|
||||
|
||||
Reference in New Issue
Block a user