review/templates/pieces/comment.html @ a88dd00c4079
web: add diff line backgrounds and show file comment counts
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 14 Jun 2010 19:28:37 -0400 |
parents |
c92ca10967c3 |
children |
62c034fdeed2 |
<div class="comment group">
<div class="avatar">
<img src="{{ utils['item_gravatar'](comment, 30) }}" />
</div>
<div>
<div class="author">
<a href="mailto:{{ utils['email'](comment.author) }}">{{ utils['templatefilters'].person(comment.author) }}</a>
said:
</div>
<div class="message">{{ comment.message }}</div>
</div>
</div>