Skip to content

Commit

Permalink
Fix notifications page links (go-gitea#12838)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Thornton <[email protected]>
  • Loading branch information
zeripath committed Sep 15, 2020
1 parent 3757255 commit 3d9469c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routers/user/notification.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 3d9469c

Please sign in to comment.