mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 09:31:53 +01:00 
			
		
		
		
	use css on labels (#25626)
Changes html to use CSS label class similar to `templates/shared/actions/runner_list.tmpl`
This commit is contained in:
		
							parent
							
								
									807c9712ef
								
							
						
					
					
						commit
						5b79eeabd1
					
				| @ -19,7 +19,7 @@ | ||||
| 					<label>{{.locale.Tr "actions.runners.labels"}}</label> | ||||
| 					<span> | ||||
| 						{{range .Runner.AgentLabels}} | ||||
| 						<span>{{.}}</span> | ||||
| 						<span class="ui label">{{.}}</span> | ||||
| 						{{end}} | ||||
| 					</span> | ||||
| 				</div> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user