Cosmetic bug with wanted number on icon

This commit is contained in:
morpheus65535 2018-01-03 14:25:49 -05:00
parent 67124665b9
commit 8d0ef690b2
1 changed files with 2 additions and 1 deletions

View File

@ -50,12 +50,13 @@
History
</a>
<a class="item" href="{{base_url}}wanted">
<i class="warning sign icon"></i>
<i class="warning sign icon">
% if wanted[0] > 0:
<div class="floating ui tiny yellow label">
{{wanted[0]}}
</div>
% end
</i>
Wanted
</a>
<a class="item" href="{{base_url}}settings">