mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	fix: add docs link for runner
This commit is contained in:
		@@ -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">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user