furmeet-bot/webproj/templates/manage_group.haml
2020-07-10 01:57:06 -03:00

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.mutedText You can edit bot's behavior from the options that are grouped on the categories at the sidebar.