mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-13 00:45:49 +01:00
Refactor to use ProjectService instead of JGitUtil directly to retrieve project information.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@(repository: util.JGitUtil.RepositoryInfo)(implicit context: app.Context)
|
||||
@(repository: service.ProjectService.RepositoryInfo)(implicit context: app.Context)
|
||||
@import context._
|
||||
@html.main("Settings"){
|
||||
@html.header("settings", repository)
|
||||
|
||||
Reference in New Issue
Block a user