Skip to content

Commit d8a59d5

Browse files
GiteaBotderelm
andauthored
use css on labels (#25626) (#25636)
Backport #25626 by @derelm Changes html to use CSS label class similar to `templates/shared/actions/runner_list.tmpl` Before: ![grafik](https://github.com/go-gitea/gitea/assets/465155/6729d580-3ea6-4a90-972e-6e5117459da7) After: ![grafik](https://github.com/go-gitea/gitea/assets/465155/d4fc280c-c40b-4db4-b1ba-877270f875c8) List view (for reference - unchanged): ![grafik](https://github.com/go-gitea/gitea/assets/465155/5ad2d8d1-2fb5-414d-823b-48a368a74724) Co-authored-by: derelm <[email protected]>
1 parent 1ddfe03 commit d8a59d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/shared/actions/runner_edit.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<label>{{.locale.Tr "actions.runners.agent_labels"}}</label>
2020
<span>
2121
{{range .Runner.AgentLabels}}
22-
<span>{{.}}</span>
22+
<span class="ui label">{{.}}</span>
2323
{{end}}
2424
</span>
2525
</div>

0 commit comments

Comments
 (0)