From 298a4fcdae3225b4868b1fe8f9bead5688cc44a8 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Sat, 5 Mar 2011 21:33:29 +0100 Subject: polish membership display --- templates/apps/name/name.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'templates/apps/name') diff --git a/templates/apps/name/name.html b/templates/apps/name/name.html index 2025b6c..b34cfb9 100644 --- a/templates/apps/name/name.html +++ b/templates/apps/name/name.html @@ -6,7 +6,8 @@ $("#memberships").accordion({ header: 'h3', collapsible: true, - active: false + active: false, + autoHeight: true }); $("#invitations").accordion({ header: 'h3', @@ -61,9 +62,9 @@
{{m.user|userdisplay}} ({{m.user|lastidentifier}}) became a member of {{name.shortname}} {{m.timecreated|datehumanize}} - {% if m.tags %}with role{{m.tags|pluralize}}: {% for tag in m.tags %}{{ tag|escape }} {%endfor%}{%endif%} + {% if m.tags %}

Role{{m.tags|pluralize}}

+
    {% for tag in m.tags %}
  • {{ tag|escape }}
  • {%endfor%}
{%endif%}.
-
    {% if render.edit %} -- cgit v1.1