1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-27 04:38:36 +00:00

fix: template format

This commit is contained in:
Jason Song
2022-12-12 14:07:55 +08:00
parent d41fb40fb5
commit 5cfc48c288
4 changed files with 5 additions and 4 deletions

View File

@@ -33,6 +33,7 @@
{{.locale.Tr "settings.applications"}} {{.locale.Tr "settings.applications"}}
</a> </a>
{{end}} {{end}}
{{if .EnableActions}}
<a class="{{if .PageIsAdminRunners}}active {{end}} item" href="{{AppSubUrl}}/admin/runners"> <a class="{{if .PageIsAdminRunners}}active {{end}} item" href="{{AppSubUrl}}/admin/runners">
{{.locale.Tr "admin.runners"}} {{.locale.Tr "admin.runners"}}
</a> </a>