diff --git a/app/controllers/personal_honors_controller.rb b/app/controllers/personal_honors_controller.rb index 5313e98..3b3104b 100644 --- a/app/controllers/personal_honors_controller.rb +++ b/app/controllers/personal_honors_controller.rb @@ -35,8 +35,8 @@ class PersonalHonorsController < ApplicationController when "authors" member_profile = honor.send(:member_profile) role_status_id = member_profile.role_status_ids.first.to_s - link = OrbitHelper.url_to_plugin_show(member_profile.to_param, 'member') rescue '#' - t << {"value" => "" + (member_profile.name rescue "") + "" } + path = OrbitHelper.url_to_plugin_show(member_profile.to_param, 'member') rescue '#' + t << {"value" => "" + (member_profile.name rescue "") + "" } when "award_date" t << {"value" => (honor.send(fs).strftime("%Y/%m") rescue "")} else