mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
fixed 删除用户图标
This commit is contained in:
@@ -4,7 +4,7 @@ json.action_type l("trend.#{trend.action_type}") + l("trend.#{trend.trend_type}"
|
||||
json.trend_id trend.trend_id
|
||||
json.user_name trend.user.blank?? "已注销": trend.user.show_real_name
|
||||
json.user_login trend.user&.login
|
||||
json.user_avatar trend.user.blank?? User::Avatar.get_letter_avatar_url("D") : url_to_avatar(trend.user)
|
||||
json.user_avatar trend.user.blank?? "/images/account/del.svg" : url_to_avatar(trend.user)
|
||||
json.action_time time_from_now(trend.created_at)
|
||||
json.project do
|
||||
json.owner do
|
||||
|
||||
Reference in New Issue
Block a user