fix: add docs link for runner

This commit is contained in:
Jason Song 2023-01-06 14:41:07 +08:00
parent 4bc6d73b1d
commit a6f8f10670
No known key found for this signature in database
GPG Key ID: 8402EEEE4511A8B5
2 changed files with 3 additions and 2 deletions

View File

@ -3244,7 +3244,7 @@ closed_tab = %d Closed
runners = Runners
runners.runner_manage_panel = Runners Management
runners.new = Create new Runner
runners.new_notice = Show runner installation documentation
runners.new_notice = How to start a runner
runners.status = Status
runners.id = ID
runners.owner_type = Type

View File

@ -11,7 +11,8 @@
</button>
<div class="menu">
<div class="item">
<a href="#">{{.locale.Tr "actions.runners.new_notice"}}</a>
{{/* TODO: replece the document link when there's a better one than the README of act_runner */}}
<a href="https://gitea.com/gitea/act_runner/src/branch/main/README.md">{{.locale.Tr "actions.runners.new_notice"}}</a>
</div>
<div class="divider"></div>
<div class="header">