mirror of
https://github.com/go-gitea/gitea
synced 2025-02-07 13:47:01 +01:00
Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
parent
6305f07fdc
commit
408db95dc1
@ -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…
x
Reference in New Issue
Block a user