Fix notifications page links (#12838)
Signed-off-by: Andrew Thornton <art27@cantab.net>release/v1.15
parent
342e49e325
commit
d5e6211987
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue