mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 22:06:07 +02:00
closes #5638
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user