mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Remove cancel button in repo creation page (#21381)
This commit is contained in:
		@@ -219,7 +219,6 @@
 | 
			
		||||
						<button class="ui green button{{if not .CanCreateRepo}} disabled{{end}}">
 | 
			
		||||
							{{.locale.Tr "repo.create_repo"}}
 | 
			
		||||
						</button>
 | 
			
		||||
						<a class="ui button" href="{{AppSubUrl}}/">{{.locale.Tr "cancel"}}</a>
 | 
			
		||||
					</div>
 | 
			
		||||
				</div>
 | 
			
		||||
			</form>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user