fixed badge images on /earn and /explore. fixes #381

This commit is contained in:
Joe Curlee 2013-06-05 16:35:55 -05:00
Родитель ab715505d0
Коммит 9d29f0ad35
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,6 @@
{# A badge in a list or grid context #}
<figure class="thumbnail">
<a href="{{ item.url }}"><img src="{{ item.image }}"></a>
<a href="{{ item.url }}"><img src="{% if item.imageUrl %}{{ item.imageUrl }}{% else %}{% if item.image %}{{item.image}}{% else %}{{item.issuer.imageUrl}}{% endif %}{% endif %}"></a>
<figcaption class="caption">
<p>{{ item.name }}</p>
{% if item.description %}