From d4493171ce75dedc1e26cfc4877116a273b38749 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Sat, 5 Mar 2011 00:11:31 +0100 Subject: tighter role layout --- templates/apps/name/name.html | 8 ++------ 1 file 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 @@
{{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}}: -
    - {% for tag in m.tags %} -
  • {{ tag|escape }}
  • - {% endfor %} -
{%endif%}. + {% if m.tags %}with role{{m.tags|pluralize}}: {% for tag in m.tags %}{{ tag|escape }} {%endfor%}{%endif%}
+
    {% if render.edit %} -- cgit v1.1