Update journal_paper.rb

This commit is contained in:
chiu 2019-11-02 12:05:18 +08:00
parent 41be404d7b
commit 7431e3be74
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class JournalPaper
def create_link
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.journal_title if self.journal_title.present?
title << self.vol_no if (self.vol_no.present? && self.vol_no != "0")