|  | @@ -66,14 +66,14 @@
 | 
	
		
			
				|  |  |  			  	</div>
 | 
	
		
			
				|  |  |  			  	<div class="inline field">
 | 
	
		
			
				|  |  |  			  		<label>{{.i18n.Tr "repo.visibility"}}</label>
 | 
	
		
			
				|  |  | -			  		<div class="ui toggle checkbox">
 | 
	
		
			
				|  |  | +			  		<div class="ui checkbox">
 | 
	
		
			
				|  |  |  		  		    <input name="private" type="checkbox" {{if .private}}checked{{end}}>
 | 
	
		
			
				|  |  |  		  		    <label>{{.i18n.Tr "repo.visiblity_helper" | Safe}}</label>
 | 
	
		
			
				|  |  |  		  		  </div>
 | 
	
		
			
				|  |  |  			  	</div>
 | 
	
		
			
				|  |  |  			  	<div class="inline field">
 | 
	
		
			
				|  |  |  			  		<label>{{.i18n.Tr "repo.migrate_type"}}</label>
 | 
	
		
			
				|  |  | -			  		<div class="ui toggle checkbox">
 | 
	
		
			
				|  |  | +			  		<div class="ui checkbox">
 | 
	
		
			
				|  |  |  		  		    <input name="mirror" type="checkbox" {{if .mirror}}checked{{end}}>
 | 
	
		
			
				|  |  |  		  		    <label>{{.i18n.Tr "repo.migrate_type_helper" | Safe}}</label>
 | 
	
		
			
				|  |  |  		  		  </div>
 |