forked from Trustie/forgeplus
Merge pull request 'update' (#396) from KingChan/forgeplus:standalone_develop into standalone_develop
This commit is contained in:
commit
52b46f4b89
|
@ -54,7 +54,7 @@ class UserAction < ApplicationRecord
|
|||
case action_type
|
||||
when "DestroyUser" then "账号:#{user&.login}<br/>邮箱:#{user&.mail}<br/>手机号:#{user&.phone}<br/>昵称:#{user&.nickname}<br/>"
|
||||
when "DestroyProject" then "项目名称:#{project&.name}<br/>项目标识:#{project&.identifier}<br/>"
|
||||
when "DestroyOrganization" then "组织名称:#{organization&.name}<br/>组织标识:#{organization&.login}<br/>"
|
||||
when "DestroyOrganization" then "组织名称:#{organization&.nickname}<br/>组织标识:#{organization&.login}<br/>"
|
||||
else "--"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue