mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 00:11:04 +00:00 
			
		
		
		
	Fix hardcoded GitHub icon used as migrated release avatar (#28910)
This commit is contained in:
		
					parent
					
						
							
								1ca947baec
							
						
					
				
			
			
				commit
				
					
						fd97613b65
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -55,7 +55,7 @@
 | 
				
			||||||
							<p class="text grey">
 | 
												<p class="text grey">
 | 
				
			||||||
								<span class="author">
 | 
													<span class="author">
 | 
				
			||||||
								{{if .OriginalAuthor}}
 | 
													{{if .OriginalAuthor}}
 | 
				
			||||||
									{{svg "octicon-mark-github" 20 "gt-mr-2"}}{{.OriginalAuthor}}
 | 
														{{svg (MigrationIcon .Repo.GetOriginalURLHostname) 20 "gt-mr-2"}}{{.OriginalAuthor}}
 | 
				
			||||||
								{{else if .Publisher}}
 | 
													{{else if .Publisher}}
 | 
				
			||||||
									{{ctx.AvatarUtils.Avatar .Publisher 20 "gt-mr-2"}}
 | 
														{{ctx.AvatarUtils.Avatar .Publisher 20 "gt-mr-2"}}
 | 
				
			||||||
									<a href="{{.Publisher.HomeLink}}">{{.Publisher.GetDisplayName}}</a>
 | 
														<a href="{{.Publisher.HomeLink}}">{{.Publisher.GetDisplayName}}</a>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue