Added image upload for groups

This commit is contained in:
2018-11-21 20:35:25 +09:00
parent 6eaca92ab8
commit da898c68e3
18 changed files with 89 additions and 34 deletions

View File

@ -12,6 +12,14 @@ component GroupInfo(group *arn.Group, member *arn.GroupMember, user *arn.User)
.group-info-section
h3.mountable Rules
.group-rules.mountable!= markdown.Render(group.Rules)
if len(group.Tags) > 0
.group-info-section
h3.mountable Tags
.tags.group-tags.mountable
each tag in group.Tags
.tag= tag
.group-info-section
h3.mountable Founder