项目去掉ID
This commit is contained in:
parent
1f2cd38c3d
commit
4999b47b44
|
@ -62,7 +62,7 @@ module UsersHelper
|
|||
when 'Course'
|
||||
result = current_time_and_term_resource content
|
||||
when 'Project'
|
||||
result = content.name + "(" + content.id.to_s + ")"
|
||||
result = content.name
|
||||
when 'Issue'
|
||||
result = content.subject
|
||||
when 'Message'
|
||||
|
|
Loading…
Reference in New Issue