Update journal_paper.rb
This commit is contained in:
parent
41be404d7b
commit
7431e3be74
|
@ -53,7 +53,7 @@ class JournalPaper
|
||||||
def create_link
|
def create_link
|
||||||
title = []
|
title = []
|
||||||
|
|
||||||
title << self.authors.html_safe if !self.authors.blank?
|
title << self.authors if !self.authors.blank?
|
||||||
title << self.paper_title if self.paper_title.present?
|
title << self.paper_title if self.paper_title.present?
|
||||||
title << self.journal_title if self.journal_title.present?
|
title << self.journal_title if self.journal_title.present?
|
||||||
title << self.vol_no if (self.vol_no.present? && self.vol_no != "0")
|
title << self.vol_no if (self.vol_no.present? && self.vol_no != "0")
|
||||||
|
|
Loading…
Reference in New Issue