mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-12 09:15:53 +00:00
Cosmetic bug with wanted number on icon
This commit is contained in:
parent
67124665b9
commit
8d0ef690b2
1 changed files with 2 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue