mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Fix new release from tags list UI (#19670)
This commit is contained in:
		@@ -279,7 +279,9 @@ func NewRelease(ctx *context.Context) {
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
			ctx.Data["tag_name"] = rel.TagName
 | 
			
		||||
			if rel.Target != "" {
 | 
			
		||||
				ctx.Data["tag_target"] = rel.Target
 | 
			
		||||
			}
 | 
			
		||||
			ctx.Data["title"] = rel.Title
 | 
			
		||||
			ctx.Data["content"] = rel.Note
 | 
			
		||||
			ctx.Data["attachments"] = rel.Attachments
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user