|
|
|
@ -9,6 +9,7 @@
|
|
|
|
|
<tr>
|
|
|
|
|
<th>[[admin/manage/groups:name]]</th>
|
|
|
|
|
<th class="hidden-xs">[[admin/manage/groups:description]]</th>
|
|
|
|
|
<th class="hidden-xs">[[admin/manage/groups:member-count]]</th>
|
|
|
|
|
<th></th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
@ -24,6 +25,9 @@
|
|
|
|
|
<td class="hidden-xs">
|
|
|
|
|
<p class="description">{groups.description}</p>
|
|
|
|
|
</td>
|
|
|
|
|
<td class="hidden-xs text-right">
|
|
|
|
|
{groups.memberCount}
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<div class="btn-group ">
|
|
|
|
|
<a href="{config.relative_path}/admin/manage/groups/{groups.nameEncoded}" class="btn btn-default btn-xs">
|
|
|
|
|