mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-12 17:25:07 +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
|
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">
|
||||||
|
|
Loading…
Reference in a new issue