mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Fix notifications page links (#12838)
Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
		@@ -174,6 +174,7 @@ func NotificationStatusPost(c *context.Context) {
 | 
				
			|||||||
	if c.Written() {
 | 
						if c.Written() {
 | 
				
			||||||
		return
 | 
							return
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
						c.Data["Link"] = fmt.Sprintf("%snotifications", setting.AppURL)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	c.HTML(http.StatusOK, tplNotificationDiv)
 | 
						c.HTML(http.StatusOK, tplNotificationDiv)
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user