mirror of
https://github.com/go-gitea/gitea
synced 2024-12-26 20:34:25 +01:00
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() {
|
if c.Written() {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
c.Data["Link"] = fmt.Sprintf("%snotifications", setting.AppURL)
|
||||||
|
|
||||||
c.HTML(http.StatusOK, tplNotificationDiv)
|
c.HTML(http.StatusOK, tplNotificationDiv)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue