mirror of
https://github.com/krateng/maloja.git
synced 2025-07-09 03:04:07 -04:00
Removed top weeks indicator when it would be 0
This commit is contained in:
parent
1563a15abd
commit
7693ba3a20
@ -10,3 +10,4 @@ countas BEJ48 SNH48
|
|||||||
countas Li Yitong SNH48
|
countas Li Yitong SNH48
|
||||||
countas Dai Meng SNH48
|
countas Dai Meng SNH48
|
||||||
countas Mo Han SNH48
|
countas Mo Han SNH48
|
||||||
|
countas Su Shanshan SNH48
|
||||||
|
Can't render this file because it has a wrong number of fields in line 4.
|
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
<!-- TOPWEEKS -->
|
<!-- TOPWEEKS -->
|
||||||
<span>
|
<span>
|
||||||
{% if info.topweeks is not none %}
|
{% if info.topweeks > 0 %}
|
||||||
<a title="{{ info.topweeks }} weeks on #1" href="/performance?{{ encodedartist }}&step=week">
|
<a title="{{ info.topweeks }} weeks on #1" href="/performance?{{ encodedartist }}&step=week">
|
||||||
<img class="star" src="/media/star.png" />{{ info.topweeks }}
|
<img class="star" src="/media/star.png" />{{ info.topweeks }}
|
||||||
</a>
|
</a>
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
<!-- TOPWEEKS -->
|
<!-- TOPWEEKS -->
|
||||||
<span>
|
<span>
|
||||||
{% if info.topweeks is not none %}
|
{% if info.topweeks > 0 %}
|
||||||
<a title="{{ info.topweeks }} weeks on #1" href="/performance?{{ encodedtrack }}&step=week">
|
<a title="{{ info.topweeks }} weeks on #1" href="/performance?{{ encodedtrack }}&step=week">
|
||||||
<img class="star" src="/media/star.png" />{{ info.topweeks }}
|
<img class="star" src="/media/star.png" />{{ info.topweeks }}
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user