mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08: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:
		@@ -19,7 +19,7 @@
 | 
				
			|||||||
					<label>{{.locale.Tr "actions.runners.labels"}}</label>
 | 
										<label>{{.locale.Tr "actions.runners.labels"}}</label>
 | 
				
			||||||
					<span>
 | 
										<span>
 | 
				
			||||||
						{{range .Runner.AgentLabels}}
 | 
											{{range .Runner.AgentLabels}}
 | 
				
			||||||
						<span>{{.}}</span>
 | 
											<span class="ui label">{{.}}</span>
 | 
				
			||||||
						{{end}}
 | 
											{{end}}
 | 
				
			||||||
					</span>
 | 
										</span>
 | 
				
			||||||
				</div>
 | 
									</div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user