|
|
@ -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) |
|
|
|
} |
|
|
|
} |
|
|
|