remove author from index
This commit is contained in:
parent
223ad689fc
commit
e5fc83cefe
|
@ -43,7 +43,7 @@ class WritingConference
|
||||||
def create_link
|
def create_link
|
||||||
title = []
|
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.authors if self.authors.present?
|
||||||
|
|
||||||
title << self.paper_title if self.paper_title.present?
|
title << self.paper_title if self.paper_title.present?
|
||||||
|
|
Loading…
Reference in New Issue