From 2eb27ea58e9931c679c542f89bfad64eb06955dc Mon Sep 17 00:00:00 2001 From: chiu Date: Fri, 16 Aug 2019 10:49:19 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=5Fprofile.html.erb=20=E5=8E=9F?= =?UTF-8?q?=E6=9C=AC=E5=8F=AA=E6=9C=89=E9=A1=AF=E7=A4=BA=E5=88=B0=E6=9C=88?= =?UTF-8?q?=E4=BB=BD=EF=BC=8C=E6=94=B9=E7=82=BA=E9=A1=AF=E7=A4=BA=E5=88=B0?= =?UTF-8?q?=E5=B9=BE=E8=99=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/plugin/personal_patent/_profile.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/plugin/personal_patent/_profile.html.erb b/app/views/plugin/personal_patent/_profile.html.erb index 705da9d..767e286 100644 --- a/app/views/plugin/personal_patent/_profile.html.erb +++ b/app/views/plugin/personal_patent/_profile.html.erb @@ -43,7 +43,7 @@ <%= check_box_tag 'to_change[]', patent.id.to_s, false, :class => "list-check" %> <% end %> - <%= (patent.publish_date.strftime("%Y.%m") rescue "") %> + <%= (patent.publish_date.strftime("%Y.%m.%d") rescue "") %> <%= link_to patent.patent_title, OrbitHelper.url_to_plugin_show(patent.to_param,'personal_patent').to_s, target: "blank"%>