From e487e7104b53b4176972f7ad1af2a69f89ea17f1 Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Tue, 4 Nov 2014 15:31:02 +0000 Subject: Move show method to use RESTful routing --- app/helpers/admin_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/helpers/admin_helper.rb') diff --git a/app/helpers/admin_helper.rb b/app/helpers/admin_helper.rb index 10b259ef5..38743b1fa 100644 --- a/app/helpers/admin_helper.rb +++ b/app/helpers/admin_helper.rb @@ -26,7 +26,7 @@ module AdminHelper def public_body_both_links(public_body) link_to(eye, public_body_path(public_body), :title => "view authority on public website") + " " + - link_to(h(public_body.name), admin_body_show_path(public_body), :title => "view full details") + link_to(h(public_body.name), admin_body_path(public_body), :title => "view full details") end def user_both_links(user) -- cgit v1.2.3