fixed 删除用户图标

This commit is contained in:
2024-10-11 15:01:32 +08:00
parent c8e9c705f3
commit 098b045315
6 changed files with 6 additions and 6 deletions

View File

@@ -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?? "/images/account/del.svg" : 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