mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 08:21:11 +00:00 
			
		
		
		
	[BRANDING] Packages documentation link (#1277)
This is to replace a link from gittea to forgejo in the package section. e.g. https://codeberg.org/mainboarder/-/packages
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/1277
Co-authored-by: Robin Kloppe <git@mainboarder.de>
Co-committed-by: Robin Kloppe <git@mainboarder.de>
(cherry picked from commit 20aae344e1)
	
	
This commit is contained in:
		
					parent
					
						
							
								5c8e6b53f1
							
						
					
				
			
			
				commit
				
					
						047dbe448c
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -43,7 +43,7 @@
 | 
				
			||||||
					{{$packagesUrl := URLJoin .Owner.HomeLink "-" "packages"}}
 | 
										{{$packagesUrl := URLJoin .Owner.HomeLink "-" "packages"}}
 | 
				
			||||||
					<p>{{.locale.Tr "packages.empty.repo" $packagesUrl | Safe}}</p>
 | 
										<p>{{.locale.Tr "packages.empty.repo" $packagesUrl | Safe}}</p>
 | 
				
			||||||
				{{end}}
 | 
									{{end}}
 | 
				
			||||||
				<p>{{.locale.Tr "packages.empty.documentation" "https://docs.gitea.io/en-us/usage/packages/overview/" | Safe}}</p>
 | 
									<p>{{.locale.Tr "packages.empty.documentation" "https://forgejo.org/docs/latest/user/packages/" | Safe}}</p>
 | 
				
			||||||
			</div>
 | 
								</div>
 | 
				
			||||||
		{{else}}
 | 
							{{else}}
 | 
				
			||||||
			<p>{{.locale.Tr "packages.filter.no_result"}}</p>
 | 
								<p>{{.locale.Tr "packages.filter.no_result"}}</p>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue