Fix notifications page links (#12838)
Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
parent
342e49e325
commit
d5e6211987
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue