view gpp/templates/comments/comment_list.html @ 364:3cf18e6002dd

Minor cosmetic tweaks; center text in IRC block. Add a break after avatar on shout history view.
author Brian Neal <bgneal@gmail.com>
date Sat, 05 Mar 2011 04:11:22 +0000
parents 7d3e5aca095f
children
line wrap: on
line source
<div id="comment-container">
{% for comment in comments %}
{% include 'comments/comment.html' %}
{% endfor %}
</div>