Newer
Older
GitBucket / src / main / twirl / gitbucket / core / account / creategroup.scala.html
@Naoki Takezoe Naoki Takezoe on 24 Jun 2017 363 bytes Share group creating / editing form template
@(members: List[gitbucket.core.model.GroupMember])(implicit context: gitbucket.core.controller.Context)
@gitbucket.core.html.main("Create group"){
  <div class="content-wrapper main-center">
    <div class="content body">
      <h2>Create group</h2>
      @gitbucket.core.account.html.groupform(None, members, s"${context.path}/groups/new")
    </div>
  </div>
}