remove author from index

This commit is contained in:
Harry Bomrah 2015-05-08 16:36:21 +08:00
parent 223ad689fc
commit e5fc83cefe
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class WritingConference
def create_link
title = []
title << self.member_profile.name if self.member_profile_id.present?
# title << self.member_profile.name if self.member_profile_id.present?
title << self.authors if self.authors.present?
title << self.paper_title if self.paper_title.present?