parent
c5b77493c5
commit
0e13e154e2
|
@ -1,6 +1,6 @@
|
||||||
<% @patents.each do |patent| %>
|
<% @patents.each do |patent| %>
|
||||||
<tr id="<%= dom_id patent %>" class="<%= patent.is_hidden ? "checkHide" : "" %>">
|
<tr id="<%= dom_id patent %>" class="<%= patent.is_hidden ? "checkHide" : "" %>">
|
||||||
<td><%= patent.publish_date.strftime("%Y.%m") rescue "" %></td>
|
<td><%= patent.publish_date.strftime("%Y.%m.%d") rescue "" %></td>
|
||||||
<td>
|
<td>
|
||||||
<%= link_to patent.patent_title, OrbitHelper.url_to_plugin_show(patent.to_param,'personal_patent').to_s, target: "blank"%>
|
<%= link_to patent.patent_title, OrbitHelper.url_to_plugin_show(patent.to_param,'personal_patent').to_s, target: "blank"%>
|
||||||
<div class="quick-edit">
|
<div class="quick-edit">
|
||||||
|
|
Loading…
Reference in New Issue