You've already forked woodpecker
							
							
				mirror of
				https://github.com/woodpecker-ci/woodpecker.git
				synced 2025-10-30 23:27:39 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			477 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			477 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <article id="loginpage">
 | |
| 	<div class="pure-g">
 | |
| 		<div class="pure-u-1" ng-if="state == 1 && remotes.length != 0" ng-repeat="remote in remotes">
 | |
| 			<a href="/login/{{ remote.type }}" target="_self">
 | |
| 				<i class="fa {{ remote.type | remoteIcon }}"></i> {{ remote.type | remoteName }}
 | |
| 			</a>
 | |
| 		</div>
 | |
| 
 | |
| 		<div class="pure-u-1" ng-if="state == 1 && remotes.length == 0">
 | |
| 			<a href="/setup">
 | |
| 				<i class="fa fa-rocket"></i> Launch Setup Wizard
 | |
| 			</a>
 | |
| 		</div>
 | |
| 	</div>
 | |
| </article> |