forked from Gitlink/forgeplus
Compare commits
2 Commits
831576d4aa
...
52b46f4b89
Author | SHA1 | Date |
---|---|---|
|
52b46f4b89 | |
![]() |
e7795faa22 |
|
@ -54,7 +54,7 @@ class UserAction < ApplicationRecord
|
||||||
case action_type
|
case action_type
|
||||||
when "DestroyUser" then "账号:#{user&.login}<br/>邮箱:#{user&.mail}<br/>手机号:#{user&.phone}<br/>昵称:#{user&.nickname}<br/>"
|
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 "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 "--"
|
else "--"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue