mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-06 04:18:22 +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>
|
||||
<span>
|
||||
{{range .Runner.AgentLabels}}
|
||||
<span>{{.}}</span>
|
||||
<span class="ui label">{{.}}</span>
|
||||
{{end}}
|
||||
</span>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user