Mercurial > public > sg101
comparison gpp/templates/shoutbox/shout_detail.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 | 88b2b9cb8c1f |
children | 3c48a555298d |
comparison
equal
deleted
inserted
replaced
363:9d470c7a2b93 | 364:3cf18e6002dd |
---|---|
1 {% load url from future %} | 1 {% load url from future %} |
2 {% load avatar_tags %} | 2 {% load avatar_tags %} |
3 <tr> | 3 <tr> |
4 <th> | 4 <th> |
5 <a href="{% url 'bio-view_profile' username=shout.user.username %}">{% avatar shout.user %}</a> | 5 <a href="{% url 'bio-view_profile' username=shout.user.username %}">{% avatar shout.user %}</a><br /> |
6 <a href="{% url 'bio-view_profile' username=shout.user.username %}">{{ shout.user.username }}</a> | 6 <a href="{% url 'bio-view_profile' username=shout.user.username %}">{{ shout.user.username }}</a> |
7 </th> | 7 </th> |
8 <td> | 8 <td> |
9 <div {% ifequal user.id shout.user.id %}class="edit" id="shout-{{ shout.id }}"{% endifequal %}>{{ shout.html|safe }}</div> | 9 <div {% ifequal user.id shout.user.id %}class="edit" id="shout-{{ shout.id }}"{% endifequal %}>{{ shout.html|safe }}</div> |
10 </div> | 10 </div> |