mirror of
https://github.com/krateng/maloja.git
synced 2025-04-12 23:17:13 +03:00
Fix GH-290
This commit is contained in:
parent
04a8b0a231
commit
96558176e9
@ -63,7 +63,7 @@
|
||||
{%- if e.scrobbles >= settings.scrobbles_diamond -%}{% set cert = 'diamond' %}{%- endif -%}
|
||||
|
||||
{%- if cert -%}
|
||||
<a href='{{ links.url(e.track) }}' class="hidelink certified certified_{{ cert }} smallcerticon" title="{{ e.track.title }} has reached {{ cert.capitalize() }} status">
|
||||
<a href='{{ links.url(e.track) }}' class="hidelink certified certified_{{ cert }} smallcerticon" title="{{ e.track.title | e }} has reached {{ cert.capitalize() }} status">
|
||||
{% include 'icons/cert_track.jinja' %}
|
||||
</a>
|
||||
{%- endif %}
|
||||
|
@ -72,7 +72,7 @@
|
||||
{%- if e.scrobbles >= settings.scrobbles_diamond_album -%}{% set cert = 'diamond' %}{%- endif -%}
|
||||
|
||||
{%- if cert -%}
|
||||
<a href='{{ links.url(e.album) }}' class="hidelink certified certified_{{ cert }} smallcerticon" title="{{ e.album.albumtitle }} has reached {{ cert.capitalize() }} status">
|
||||
<a href='{{ links.url(e.album) }}' class="hidelink certified certified_{{ cert }} smallcerticon" title="{{ e.album.albumtitle | e }} has reached {{ cert.capitalize() }} status">
|
||||
{% include 'icons/cert_album.jinja' %}
|
||||
</a>
|
||||
{%- endif %}
|
||||
@ -87,7 +87,7 @@
|
||||
{%- if e.scrobbles >= settings.scrobbles_diamond -%}{% set cert = 'diamond' %}{%- endif -%}
|
||||
|
||||
{%- if cert -%}
|
||||
<a href='{{ links.url(e.track) }}' class="hidelink certified certified_{{ cert }} smallcerticon" title="{{ e.track.title }} has reached {{ cert.capitalize() }} status">
|
||||
<a href='{{ links.url(e.track) }}' class="hidelink certified certified_{{ cert }} smallcerticon" title="{{ e.track.title | e }} has reached {{ cert.capitalize() }} status">
|
||||
{% include 'icons/cert_track.jinja' %}
|
||||
</a>
|
||||
{%- endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user