Gab-Social/app/views/admin/groups/_group.html.haml
mgabdev 2e1f12a33a Updated admin Group editing page
• Updated:
- admin Group editing page to include list of admin mods, ability to delete group, ability to make (me/admin) admin of the group
2020-12-30 12:16:47 -05:00

9 lines
174 B
Plaintext

%tr
%td= group.id
%td= group.title
%td= group.member_count
%td
- if group.is_featured?
%span Y
%td
= table_link_to '', 'Edit', admin_group_path(group)