From 927bf12fc23ad2e5316e1cc9e4a325a2ee5fe61f Mon Sep 17 00:00:00 2001 From: manson Date: Fri, 4 Jul 2014 12:16:46 +0800 Subject: [PATCH] Add url to frontend --- app/views/admin/honors/_honor.html.erb | 2 +- app/views/plugin/personal_honor/_profile.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/admin/honors/_honor.html.erb b/app/views/admin/honors/_honor.html.erb index 43812e2..ee6629b 100644 --- a/app/views/admin/honors/_honor.html.erb +++ b/app/views/admin/honors/_honor.html.erb @@ -2,7 +2,7 @@ "> <%= honor.year %> - <%= link_to honor.award_name, '', target: "blank"%> + <%= link_to honor.award_name, OrbitHelper.url_to_plugin_show(honor.to_param,'personal_honor'), target: "blank"%>