<% @patents.each do |patent| %> <%= patent.year %> <%= link_to patent.patent_title, OrbitHelper.url_to_plugin_show(patent.to_param,'personal_patent').to_s, target: "blank" %>
<%= patent.patent_type.title rescue "" %> <%= patent.publication_date.strftime('%Y/%m/%d') rescue "" %> <%= patent.display_field("member_profile").html_safe rescue "" %> <% end %>