mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:49:52 +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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue