mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-07-14 05:54:35 +08:00
ADD 通知系统模块代码
This commit is contained in:
@@ -12,8 +12,8 @@ json.tidding_count 0
|
||||
json.user_phone_binded @user.phone.present?
|
||||
json.need_edit_info @user.need_edit_info?
|
||||
# json.phone @user.phone
|
||||
json.email @user.mail
|
||||
json.profile_completed @user.profile_completed?
|
||||
# json.email @user.mail
|
||||
json.profile_completed @user.profile_is_completed?
|
||||
json.professional_certification @user.professional_certification
|
||||
json.devops_step @user.devops_step
|
||||
json.ci_certification @user.ci_certification?
|
||||
@@ -22,4 +22,5 @@ json.province @user.province
|
||||
json.city @user.city
|
||||
json.custom_department @user.custom_department
|
||||
json.description @user.description
|
||||
json.(@user, :show_email, :show_department, :show_location)
|
||||
json.(@user, :show_email, :show_department, :show_location)
|
||||
json.message_unread_total @message_unread_total
|
||||
|
||||
Reference in New Issue
Block a user