Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Let the add-on choose it's own previews then.
Browse files Browse the repository at this point in the history
  • Loading branch information
clouserw committed Apr 21, 2011
1 parent 07f1116 commit cba6af7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/discovery/templates/discovery/modules/monthly.html
Expand Up @@ -13,7 +13,7 @@ <h3>{{ addon_de.name }}</h3>
{{ install_button(addon_de, src='discovery-promo') }}
</div>
{# TODO: Change this screenshot when changing the monthly pick. #}
<img src="{{ MEDIA_URL }}img/uploads/previews/thumbs/56/56897.png?modified=1303294213">
<img src="{{ addon_de.thumbnail_url }}">
{% else %}
<h3>{{ addon.name }}</h3>
<div>
Expand All @@ -23,7 +23,7 @@ <h3>{{ addon.name }}</h3>
{{ install_button(addon, src='discovery-promo') }}
</div>
{# TODO: Change this screenshot when changing the monthly pick. #}
<img src="{{ MEDIA_URL }}img/uploads/previews/thumbs/31/31153.png?modified=1239092219">
<img src="{{ addon.thumbnail_url }}">
{% endif %}
</div>
</div>
Expand Down

0 comments on commit cba6af7

Please sign in to comment.