Mercurial > public > sg101
comparison gpp/templates/irc/irc_block.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 | 81e2449a5932 |
children | 54cbdef18cf4 |
comparison
equal
deleted
inserted
replaced
363:9d470c7a2b93 | 364:3cf18e6002dd |
---|---|
5 <ul> | 5 <ul> |
6 {% for nick in nicks %} | 6 {% for nick in nicks %} |
7 <li>{{ nick.name }}</li> | 7 <li>{{ nick.name }}</li> |
8 {% endfor %} | 8 {% endfor %} |
9 </ul> | 9 </ul> |
10 <p>Join them in the <a href="irc://surfguitar101.com/ShallowEnd,needpass">#ShallowEnd</a>!</p> | 10 <p class="centered">Join them in the <a href="irc://surfguitar101.com/ShallowEnd,needpass">#ShallowEnd</a>!</p> |
11 {% else %} | 11 {% else %} |
12 <center> | 12 <p class="centered"><a href="irc://surfguitar101.com/ShallowEnd,needpass">#ShallowEnd</a> is empty.</p> |
13 <p><a href="irc://surfguitar101.com/ShallowEnd,needpass">#ShallowEnd</a> is empty.</p> | |
14 </center> | |
15 {% endif %} | 13 {% endif %} |
16 {% endblock %} | 14 {% endblock %} |