个人主页
This commit is contained in:
parent
73bd8fbef5
commit
91bca6c261
|
@ -447,7 +447,9 @@ module UsersHelper
|
|||
when "Issue"
|
||||
return activity.act.subject
|
||||
when "Journal"
|
||||
return details_to_strings(activity.act.details,true).to_s
|
||||
arr = details_to_strings(activity.act.details,true)
|
||||
arr << activity.act.notes
|
||||
return arr.to_s
|
||||
when "JournalsForMessage"
|
||||
return activity.act.notes
|
||||
when "Message"
|
||||
|
|
Loading…
Reference in New Issue