mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 06:24:11 +01:00 
			
		
		
		
	fix dingtalk icon url (#15417)
This commit is contained in:
		
							parent
							
								
									d42509a534
								
							
						
					
					
						commit
						db4acd864f
					
				@ -18,7 +18,7 @@
 | 
			
		||||
						{{else if eq .HookType "discord"}}
 | 
			
		||||
							<img width="26" height="26" src="{{StaticUrlPrefix}}/img/discord.png">
 | 
			
		||||
						{{else if eq .HookType "dingtalk"}}
 | 
			
		||||
							<img width="26" height="26" src="{{StaticUrlPrefix}}/img/dingtalk.png">
 | 
			
		||||
							<img width="26" height="26" src="{{StaticUrlPrefix}}/img/dingtalk.ico">
 | 
			
		||||
						{{else if eq .HookType "telegram"}}
 | 
			
		||||
							<img width="26" height="26" src="{{StaticUrlPrefix}}/img/telegram.png">
 | 
			
		||||
						{{else if eq .HookType "msteams"}}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user