Mercurial > public > sg101
changeset 15:32b1ca8e2940
Added comments.png icon to the download template.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 18 Apr 2009 19:29:52 +0000 |
parents | 7b6540b185d9 |
children | c037eee52796 |
files | gpp/templates/downloads/download.html |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gpp/templates/downloads/download.html Sat Apr 18 19:14:17 2009 +0000 +++ b/gpp/templates/downloads/download.html Sat Apr 18 19:29:52 2009 +0000 @@ -18,7 +18,8 @@ </tr> <tr> <th>Rating:</th><td><div class="rating" id="rating-{{ download.id }}">{{ download.average_score|floatformat }}</div></td> - <th><a href="{% url downloads-comments download.id %}">Comments</a>:</th><td>{{ comment_count }}</td> + <th><img src="{{ MEDIA_URL }}icons/comments.png" alt="Comments" title="Comments" /> + <a href="{% url downloads-comments download.id %}">Comments</a>:</th><td>{{ comment_count }}</td> </tr> </table> </dd>