mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 22:28:05 +01:00 
			
		
		
		
	Fix incorrect package link method calls in templates (#29580)
Fix #29562 Follow #29531
This commit is contained in:
		
							parent
							
								
									e2277d07ca
								
							
						
					
					
						commit
						7ec4c65ea5
					
				| @ -63,7 +63,7 @@ | ||||
| 							</td> | ||||
| 							<td>{{.Package.Type.Name}}</td> | ||||
| 							<td class="gt-ellipsis gt-max-width-12rem">{{.Package.Name}}</td> | ||||
| 							<td class="gt-ellipsis gt-max-width-12rem"><a href="{{.FullWebLink}}">{{.Version.Version}}</a></td> | ||||
| 							<td class="gt-ellipsis gt-max-width-12rem"><a href="{{.VersionWebLink}}">{{.Version.Version}}</a></td> | ||||
| 							<td><a href="{{.Creator.HomeLink}}">{{.Creator.Name}}</a></td> | ||||
| 							<td> | ||||
| 							{{if .Repository}} | ||||
|  | ||||
| @ -10,7 +10,7 @@ | ||||
| 			{{template "user/overview/header" .}} | ||||
| 		{{end}} | ||||
| 		{{template "base/alert" .}} | ||||
| 		<p><a href="{{.PackageDescriptor.FullWebLink}}">{{.PackageDescriptor.Package.Name}} ({{.PackageDescriptor.Version.Version}})</a> / <strong>{{ctx.Locale.Tr "repo.settings"}}</strong></p> | ||||
| 		<p><a href="{{.PackageDescriptor.VersionWebLink}}">{{.PackageDescriptor.Package.Name}} ({{.PackageDescriptor.Version.Version}})</a> / <strong>{{ctx.Locale.Tr "repo.settings"}}</strong></p> | ||||
| 		<h4 class="ui top attached header"> | ||||
| 			{{ctx.Locale.Tr "packages.settings.link"}} | ||||
| 		</h4> | ||||
|  | ||||
| @ -19,7 +19,7 @@ | ||||
| 				<tr> | ||||
| 					<td>{{.Package.Type.Name}}</td> | ||||
| 					<td>{{.Package.Name}}</td> | ||||
| 					<td><a href="{{.FullWebLink}}">{{.Version.Version}}</a></td> | ||||
| 					<td><a href="{{.VersionWebLink}}">{{.Version.Version}}</a></td> | ||||
| 					<td><a href="{{.Creator.HomeLink}}">{{.Creator.Name}}</a></td> | ||||
| 					<td>{{FileSize .CalculateBlobSize}}</td> | ||||
| 					<td>{{DateTime "short" .Version.CreatedUnix}}</td> | ||||
|  | ||||
| @ -20,7 +20,7 @@ | ||||
| 		<div class="flex-item"> | ||||
| 			<div class="flex-item-main"> | ||||
| 				<div class="flex-item-title"> | ||||
| 					<a href="{{.FullWebLink}}">{{.Package.Name}}</a> | ||||
| 					<a href="{{.VersionWebLink}}">{{.Package.Name}}</a> | ||||
| 					<span class="ui label">{{svg .Package.Type.SVGName 16}} {{.Package.Type.Name}}</span> | ||||
| 				</div> | ||||
| 				<div class="flex-item-body"> | ||||
|  | ||||
| @ -23,7 +23,7 @@ | ||||
| 	<div class="flex-list"> | ||||
| 		<div class="flex-item"> | ||||
| 			<div class="flex-item-main"> | ||||
| 				<a class="flex-item-title" href="{{.FullWebLink}}">{{.Version.LowerVersion}}</a> | ||||
| 				<a class="flex-item-title" href="{{.VersionWebLink}}">{{.Version.LowerVersion}}</a> | ||||
| 				<div class="flex-item-body"> | ||||
| 					{{ctx.Locale.Tr "packages.published_by" (TimeSinceUnix .Version.CreatedUnix ctx.Locale) .Creator.HomeLink .Creator.GetDisplayName}} | ||||
| 				</div> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user