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 %>