tried smaller cover image in notice [#27115511]

pull/1/head
eric 2012-04-05 13:11:42 -04:00
parent 5c7fb1ac8f
commit 6d8bc9d199
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{% with campaign.work.id as id %} {% with campaign.work.id as id %}
<div class="comments clearfix"> <div class="comments clearfix">
<div class="comments_book"> <div class="comments_book">
<a href="{% url work id %}"><img src="{{ campaign.work.cover_image_thumbnail }}" alt="cover image for {{ campaign.work.title }}" /></a> <a href="{% url work id %}"><img src="{{ campaign.work.cover_image_small }}" alt="cover image for {{ campaign.work.title }}" /></a>
</div> </div>
<div class="comments_info"> <div class="comments_info">

View File

@ -3,7 +3,7 @@
<div class="comments clearfix"> <div class="comments clearfix">
<div class="comments_book"> <div class="comments_book">
<a href="{% url work id %}?tab=2"><img src="{{ comment.content_object.cover_image_thumbnail }}" alt="cover image for {{ comment.content_object.title }}" /></a> <a href="{% url work id %}?tab=2"><img src="{{ comment.content_object.cover_image_small }}" alt="cover image for {{ comment.content_object.title }}" /></a>
</div> </div>
<div class="comments_info"> <div class="comments_info">

View File

@ -3,7 +3,7 @@
<div class="comments clearfix"> <div class="comments clearfix">
<div class="comments_book"> <div class="comments_book">
<a href="{% url work id %}?tab=2"><img src="{{ comment.content_object.cover_image_thumbnail }}" alt="cover image for {{ comment.content_object.title }}" /></a> <a href="{% url work id %}?tab=2"><img src="{{ comment.content_object.cover_image_small }}" alt="cover image for {{ comment.content_object.title }}" /></a>
</div> </div>
<div class="comments_info"> <div class="comments_info">