diff --git a/app/controllers/personal_honors_controller.rb b/app/controllers/personal_honors_controller.rb index 0fa2cc8..891f05d 100644 --- a/app/controllers/personal_honors_controller.rb +++ b/app/controllers/personal_honors_controller.rb @@ -26,7 +26,7 @@ class PersonalHonorsController < ApplicationController when "authors" t << {"value" => (honor.send(:member_profile).name rescue "")} when "award_date" - t << {"value" => (honor.send(fs).strftime("%Y/%m/%d") rescue "")} + t << {"value" => (honor.send(fs).strftime("%Y/%m") rescue "")} else t << {"value" => (honor.send(fs) rescue "")} end