mirror of https://github.com/go-gitea/gitea.git
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() {
|
||||
return
|
||||
}
|
||||
c.Data["Link"] = fmt.Sprintf("%snotifications", setting.AppURL)
|
||||
|
||||
c.HTML(http.StatusOK, tplNotificationDiv)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue