15 lines
306 B
Plaintext
15 lines
306 B
Plaintext
- content_for :page_title do
|
|
= "@#{@account.username} - Joined Groups"
|
|
|
|
.table-wrapper
|
|
%table.table
|
|
%thead
|
|
%tr
|
|
%th= t('admin.groups.id')
|
|
%th= t('admin.groups.title')
|
|
%th= t('admin.groups.member_count')
|
|
%th
|
|
%tbody
|
|
= render @groups
|
|
|
|
= paginate @groups |