loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

use css on labels (#25626)

Changes html to use CSS label class similar to
`templates/shared/actions/runner_list.tmpl`

authored by

derelm and committed by
GitHub
5b79eeab 807c9712

+1 -1
+1 -1
templates/shared/actions/runner_edit.tmpl
··· 19 19 <label>{{.locale.Tr "actions.runners.labels"}}</label> 20 20 <span> 21 21 {{range .Runner.AgentLabels}} 22 - <span>{{.}}</span> 22 + <span class="ui label">{{.}}</span> 23 23 {{end}} 24 24 </span> 25 25 </div>