feat(runner): add runner page in repo and org settings

This commit is contained in:
fuxiaohei
2022-11-25 17:48:45 +08:00
committed by Jason Song
parent c3530bf47c
commit 38b36edc5c
11 changed files with 85 additions and 97 deletions
+3
View File
@@ -32,5 +32,8 @@
{{.locale.Tr "repo.settings.lfs"}}
</a>
{{end}}
<a class="{{if .PageIsSettingsRunners}}active{{end}} item" href="{{.RepoLink}}/settings/runners">
{{.locale.Tr "repo.settings.runners"}}
</a>
</div>
</div>