diff options
author | Leif Johansson <leifj@sunet.se> | 2011-03-05 00:11:31 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-03-05 00:11:31 +0100 |
commit | d4493171ce75dedc1e26cfc4877116a273b38749 (patch) | |
tree | 351013dff0b88430e66e48bb6a332939aa65539f | |
parent | 9e23094460e43806d1ae2ef370e73c95ba917a24 (diff) |
tighter role layout
-rw-r--r-- | templates/apps/name/name.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/templates/apps/name/name.html b/templates/apps/name/name.html index f8d667a..2025b6c 100644 --- a/templates/apps/name/name.html +++ b/templates/apps/name/name.html @@ -61,13 +61,9 @@ <div> <div> {{m.user|userdisplay}} ({{m.user|lastidentifier}}) became a member of {{name.shortname}} {{m.timecreated|datehumanize}} - {% if m.tags %}and has the following role{{m.tags|pluralize}}: - <ul> - {% for tag in m.tags %} - <li>{{ tag|escape }}</li> - {% endfor %} - </ul>{%endif%}. + {% if m.tags %}with role{{m.tags|pluralize}}: {% for tag in m.tags %}<b>{{ tag|escape }}</b> {%endfor%}{%endif%} </div> + <br/> <div class="rlist button"> <ul> {% if render.edit %} |