forked from saurabh/personal-patent
fix not showing error
This commit is contained in:
parent
08e8ca7487
commit
ba733f6680
|
@ -57,7 +57,7 @@
|
|||
</td>
|
||||
<td><%= patent.patent_no %></td>
|
||||
<td><%= patent.patent_country %></td>
|
||||
<td><%= Array(patent.member_profile).collect{|v| v.name}.join(' / ') %></td>
|
||||
<td><%= get_type_authors_show(patent).html_safe %></td>
|
||||
</tr>
|
||||
<% end %>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in New Issue