Skip to content

Commit 408db95

Browse files
authored
Fix notifications page links (#12838) (#12853)
Signed-off-by: Andrew Thornton <[email protected]>
1 parent 6305f07 commit 408db95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routers/user/notification.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ func NotificationStatusPost(c *context.Context) {
174174
if c.Written() {
175175
return
176176
}
177+
c.Data["Link"] = fmt.Sprintf("%snotifications", setting.AppURL)
177178

178179
c.HTML(http.StatusOK, tplNotificationDiv)
179180
}

0 commit comments

Comments
 (0)