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
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -10,7 +10,9 @@ | ||||||
| 				<div class="ui attached segment"> | 				<div class="ui attached segment"> | ||||||
| 					{{template "base/alert" .}} | 					{{template "base/alert" .}} | ||||||
| 
 | 
 | ||||||
|  | 					{{if not $.DisableMigrations}} | ||||||
| 						<p class="ui center">{{.i18n.Tr "repo.new_repo_helper" (printf "%s%s" AppSubUrl "/repo/migrate") | Safe}}</p> | 						<p class="ui center">{{.i18n.Tr "repo.new_repo_helper" (printf "%s%s" AppSubUrl "/repo/migrate") | Safe}}</p> | ||||||
|  | 					{{end}} | ||||||
| 
 | 
 | ||||||
| 					{{if not .CanCreateRepo}} | 					{{if not .CanCreateRepo}} | ||||||
| 						<div class="ui negative message"> | 						<div class="ui negative message"> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue