Update _patent.html.erb

改為顯示到幾號
This commit is contained in:
chiu 2019-08-16 10:56:32 +08:00
parent c5b77493c5
commit 0e13e154e2
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<% @patents.each do |patent| %>
<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>
<%= link_to patent.patent_title, OrbitHelper.url_to_plugin_show(patent.to_param,'personal_patent').to_s, target: "blank"%>
<div class="quick-edit">