furmeet-bot/webproj/templates/manage_group.haml

10 lines
314 B
Plaintext

- extends 'manage_group_base.haml'
- block 'content'
.cardSection
.cardTitle
%h3 Admins
%ul
- for admin in group.admins.all
%li= admin.name
%em.textMuted You can edit bot's behavior from the options that are grouped on the categories at the sidebar.