summaryrefslogtreecommitdiffstats
path: root/templates/shared
diff options
context:
space:
mode:
authorderelm <465155+derelm@users.noreply.github.com>2023-07-03 04:33:28 +0200
committerGitHub <noreply@github.com>2023-07-03 02:33:28 +0000
commit5b79eeabd1630b58315c4df09c63485f04e3eb45 (patch)
tree8fc2721ef849c172466f49adfe4d01d0a75ff684 /templates/shared
parent807c9712efd4ae43052c971e92bda5724a9c3724 (diff)
downloadgitea-5b79eeabd1630b58315c4df09c63485f04e3eb45.tar.gz
gitea-5b79eeabd1630b58315c4df09c63485f04e3eb45.zip
use css on labels (#25626)
Changes html to use CSS label class similar to `templates/shared/actions/runner_list.tmpl`
Diffstat (limited to 'templates/shared')
-rw-r--r--templates/shared/actions/runner_edit.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/shared/actions/runner_edit.tmpl b/templates/shared/actions/runner_edit.tmpl
index 39ddc7c771..e69583b9e4 100644
--- a/templates/shared/actions/runner_edit.tmpl
+++ b/templates/shared/actions/runner_edit.tmpl
@@ -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>