Update _profile.html.erb

原本只有顯示到月份,改為顯示到幾號
This commit is contained in:
chiu 2019-08-16 10:49:19 +08:00
parent ec87f059f6
commit 2eb27ea58e
1 changed files with 1 additions and 1 deletions

View File

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