diff --git a/src/main/twirl/gitbucket/core/helper/forkrepository.scala.html b/src/main/twirl/gitbucket/core/helper/forkrepository.scala.html index e7de31a..628428b 100644 --- a/src/main/twirl/gitbucket/core/helper/forkrepository.scala.html +++ b/src/main/twirl/gitbucket/core/helper/forkrepository.scala.html @@ -1,23 +1,24 @@ @(repository: gitbucket.core.service.RepositoryService.RepositoryInfo, groupAndPerm: Seq[(String, Boolean)])(implicit context: gitbucket.core.controller.Context) @import gitbucket.core.view.helpers -