gab-social/app/views/admin/groups/_group.html.haml

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)