mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 09:44:21 +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() {
 | 
			
		||||
		return
 | 
			
		||||
	}
 | 
			
		||||
	c.Data["Link"] = fmt.Sprintf("%snotifications", setting.AppURL)
 | 
			
		||||
 | 
			
		||||
	c.HTML(http.StatusOK, tplNotificationDiv)
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user