diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/apps/name/name.html | 7 |
1 files changed, 4 insertions, 3 deletions
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 @@ <div> <div> {{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 %}<b>{{ tag|escape }}</b> {%endfor%}{%endif%} + {% if m.tags %}<h4>Role{{m.tags|pluralize}}</h4> + <ul class="clist">{% for tag in m.tags %}<li>{{ tag|escape }}</li>{%endfor%}</ul>{%endif%}. </div> - <br/> <div class="rlist button"> <ul> {% if render.edit %} |