mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 00:54:43 +01:00 
			
		
		
		
	not show link to migration on repo reate page when it was disabled (#15957)
* not show link to migration on repo reate page when it was disabled Signed-off-by: a1012112796 <1012112796@qq.com> * fix lint Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
		
							parent
							
								
									c1a80b7d6a
								
							
						
					
					
						commit
						d1dbbf43b0
					
				| @ -10,7 +10,9 @@ | ||||
| 				<div class="ui attached segment"> | ||||
| 					{{template "base/alert" .}} | ||||
| 
 | ||||
| 					<p class="ui center">{{.i18n.Tr "repo.new_repo_helper" (printf "%s%s" AppSubUrl "/repo/migrate") | Safe}}</p> | ||||
| 					{{if not $.DisableMigrations}} | ||||
| 						<p class="ui center">{{.i18n.Tr "repo.new_repo_helper" (printf "%s%s" AppSubUrl "/repo/migrate") | Safe}}</p> | ||||
| 					{{end}} | ||||
| 
 | ||||
| 					{{if not .CanCreateRepo}} | ||||
| 						<div class="ui negative message"> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user