Update journal_paper.rb

This commit is contained in:
chiu 2019-11-02 12:01:37 +08:00
parent ed06cc53c2
commit a11206e7cb
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class JournalPaper
def create_link
title = []
title << self.authors if !self.authors.blank?
title << self.authors.html_safe 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")