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"%>