mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-28 03:33:08 +08: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…
Reference in New Issue
Block a user