0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-10-08 17:14:11 -04:00

Fix notifications page links (#12838)

Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
zeripath
2020-09-15 07:06:08 +01:00
committed by GitHub
parent 342e49e325
commit d5e6211987

View File

@@ -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)
}