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 History
</a> </a>
<a class="item" href="{{base_url}}wanted"> <a class="item" href="{{base_url}}wanted">
<i class="warning sign icon"></i> <i class="warning sign icon">
% if wanted[0] > 0: % if wanted[0] > 0:
<div class="floating ui tiny yellow label"> <div class="floating ui tiny yellow label">
{{wanted[0]}} {{wanted[0]}}
</div> </div>
% end % end
</i>
Wanted Wanted
</a> </a>
<a class="item" href="{{base_url}}settings"> <a class="item" href="{{base_url}}settings">