parent
ec87f059f6
commit
2eb27ea58e
|
@ -43,7 +43,7 @@
|
||||||
<%= check_box_tag 'to_change[]', patent.id.to_s, false, :class => "list-check" %>
|
<%= check_box_tag 'to_change[]', patent.id.to_s, false, :class => "list-check" %>
|
||||||
</td>
|
</td>
|
||||||
<% end %>
|
<% end %>
|
||||||
<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