mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-15 09:55:49 +01:00
Move case classes in RepositoryViewerController to JGitUtil.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@(active: String, repository: app.RepositoryInfo)(implicit context: app.Context)
|
||||
@(active: String, repository: util.JGitUtil.RepositoryInfo)(implicit context: app.Context)
|
||||
@import context._
|
||||
<div class="head">
|
||||
<a href="@path/@repository.owner">@repository.owner</a> / <a href="@path/@repository.owner/@repository.name">@repository.name</a>
|
||||
|
||||
Reference in New Issue
Block a user