From ba733f6680a61e2d4352dea3f255ad203e0cc804 Mon Sep 17 00:00:00 2001 From: chiu Date: Fri, 15 May 2020 19:16:04 +0800 Subject: [PATCH] fix not showing error --- app/views/plugin/personal_patent/_profile.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/plugin/personal_patent/_profile.html.erb b/app/views/plugin/personal_patent/_profile.html.erb index 410bcae..e3f50c5 100644 --- a/app/views/plugin/personal_patent/_profile.html.erb +++ b/app/views/plugin/personal_patent/_profile.html.erb @@ -57,7 +57,7 @@ <%= patent.patent_no %> <%= patent.patent_country %> - <%= Array(patent.member_profile).collect{|v| v.name}.join(' / ') %> + <%= get_type_authors_show(patent).html_safe %> <% end %>