Fix link.
This commit is contained in:
parent
77b6c0a2d2
commit
26574cebc5
|
@ -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 : "<a title=\"#{tmp_title}\" href=\"#{link}\" target=\"_blank\">#{tmp_title}")
|
||||
value = (url_to_plugin_show_blank ? tmp_title : "<a title=\"#{tmp_title}\" href=\"#{link}\" target=\"_blank\">#{tmp_title}</a>")
|
||||
end
|
||||
value
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue