mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-16 18:35:51 +01:00
(refs #115)Add button to toggle http/ssh for wiki repository url box
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
@(pageName: Option[String],
|
||||
commits: List[util.JGitUtil.CommitInfo],
|
||||
repository: service.RepositoryService.RepositoryInfo)(implicit context: app.Context)
|
||||
repository: service.RepositoryService.RepositoryInfo,
|
||||
settings: service.SystemSettingsService.SystemSettings)(implicit context: app.Context)
|
||||
@import context._
|
||||
@import view.helpers._
|
||||
@html.main(s"History - ${repository.owner}/${repository.name}", Some(repository)){
|
||||
@html.header("wiki", repository)
|
||||
@tab(if(pageName.isEmpty) "history" else "", repository)
|
||||
@tab(if(pageName.isEmpty) "history" else "", repository, settings)
|
||||
<ul class="nav nav-tabs">
|
||||
<li>
|
||||
<h1 class="wiki-title">
|
||||
|
||||
Reference in New Issue
Block a user