mirror of https://github.com/go-gitea/gitea.git
fix: add docs link for runner
This commit is contained in:
parent
4bc6d73b1d
commit
a6f8f10670
|
@ -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
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue