mirror of
				https://github.com/gitbucket/gitbucket.git
				synced 2025-11-03 20:15:59 +01:00 
			
		
		
		
	Replace migration system with Solidbase
This commit is contained in:
		@@ -1,6 +1,5 @@
 | 
			
		||||
@(title: String, repository: Option[gitbucket.core.service.RepositoryService.RepositoryInfo] = None)(body: Html)(implicit context: gitbucket.core.controller.Context)
 | 
			
		||||
@import gitbucket.core.plugin.PluginRegistry
 | 
			
		||||
@import gitbucket.core.servlet.AutoUpdate
 | 
			
		||||
@import context._
 | 
			
		||||
@import gitbucket.core.view.helpers._
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
@@ -54,9 +53,7 @@
 | 
			
		||||
          *@
 | 
			
		||||
          <a class="navbar-brand" href="@path/">
 | 
			
		||||
            <img src="@assets/common/images/gitbucket.png" style="width: 24px; height: 24px;"/>GitBucket
 | 
			
		||||
            @defining(AutoUpdate.getCurrentVersion){ version =>
 | 
			
		||||
              <span class="header-version">@version.majorVersion.@version.minorVersion</span>
 | 
			
		||||
            }
 | 
			
		||||
            <span class="header-version">@gitbucket.core.GitBucketCoreModule.getVersions.get(0).getVersion</span>
 | 
			
		||||
          </a>
 | 
			
		||||
          @if(loginAccount.isDefined){
 | 
			
		||||
            @repository.map { repository =>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user