mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Fixed design of records on artist page
This commit is contained in:
@@ -59,8 +59,7 @@
|
||||
{% for track in db.get_tracks(artist=artist) -%}
|
||||
{% set info = db.trackInfo(track) %}
|
||||
{% if info.certification is not none -%}
|
||||
<a href='{{ links.url(track) }}'>
|
||||
<img class="certrecord_small"
|
||||
<a href='{{ links.url(track) }}'><img class="certrecord_small"
|
||||
src="/media/record_{{ info.certification }}.png"
|
||||
title="{{ track.title }} has reached {{ info.certification.capitalize() }} status" /></a>
|
||||
{%- endif %}
|
||||
|
||||
Reference in New Issue
Block a user