Add group member count

This commit is contained in:
rgarcia
2018-02-09 22:00:04 +01:00
parent 7a01745188
commit 2d3c4e1fbd
2 changed files with 12 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
<tr>
<tr id="<%= dom_id(group) %>">
<td>
<%= link_to group.name, admin_valuator_group_path(group) %>
</td>
<td>
<!-- Pending add members list COUNT -->
<%= group.valuators.count %>
</td>
<td>
<%= link_to t("admin.actions.delete"),