From 26574cebc57fda9c7ef0e58cf6e2fb8ed94ff51d Mon Sep 17 00:00:00 2001 From: bohung Date: Thu, 15 Dec 2022 18:14:57 +0800 Subject: [PATCH] Fix link. --- app/models/other_paper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/other_paper.rb b/app/models/other_paper.rb index 2e261d6..10faf10 100644 --- a/app/models/other_paper.rb +++ b/app/models/other_paper.rb @@ -200,7 +200,7 @@ class OtherPaper link = OrbitHelper.url_to_plugin_show(other_paper.to_param,'personal_other_paper') tmp_title = (title_is_paper_format ? other_paper.create_link : value) url_to_plugin_show_blank = OrbitHelper.instance_variable_get(:@url_to_plugin_show_blank) - value = (url_to_plugin_show_blank ? tmp_title : "#{tmp_title}") + value = (url_to_plugin_show_blank ? tmp_title : "#{tmp_title}") end value end