Merge branch 'dev_hjq' of http://repository.trustie.net/xianbo/trustie2 into dev_hjq
This commit is contained in:
commit
554b8356ac
|
@ -463,7 +463,7 @@ module UsersHelper
|
||||||
def get_issue_des_update(journal)
|
def get_issue_des_update(journal)
|
||||||
no_html = "message"
|
no_html = "message"
|
||||||
arr = details_to_strings(journal.details, no_html)
|
arr = details_to_strings(journal.details, no_html)
|
||||||
unless journal.notes.empty?
|
unless journal.notes.blank?
|
||||||
arr << "留言内容:" + journal.notes
|
arr << "留言内容:" + journal.notes
|
||||||
end
|
end
|
||||||
str = ''
|
str = ''
|
||||||
|
|
Loading…
Reference in New Issue