Skip to content

Commit c59b01f

Browse files
derelmGiteaBot
authored andcommitted
use css on labels (go-gitea#25626)
Changes html to use CSS label class similar to `templates/shared/actions/runner_list.tmpl`
1 parent 1ddfe03 commit c59b01f

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)