mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-24 13:45:44 +08:00
fix
This commit is contained in:
@@ -60,7 +60,6 @@ json.setting do
|
|||||||
if @top_system_notification.present?
|
if @top_system_notification.present?
|
||||||
json.system_notification do
|
json.system_notification do
|
||||||
json.(@top_system_notification, :id, :subject, :sub_subject, :content)
|
json.(@top_system_notification, :id, :subject, :sub_subject, :content)
|
||||||
json.is_read @top_system_notification.read_member?(current_user.id)
|
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
json.system_notification nil
|
json.system_notification nil
|
||||||
|
|||||||
Reference in New Issue
Block a user