aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/admin_helper.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-11-04 15:31:02 +0000
committerLouise Crow <louise.crow@gmail.com>2014-12-18 14:03:48 +0000
commite487e7104b53b4176972f7ad1af2a69f89ea17f1 (patch)
tree2c2ef076636f45b2fce048ac6701c18926eb55a5 /app/helpers/admin_helper.rb
parent1ab915c1b2fbcfba5b4c8d7d58154ab72cee47cb (diff)
Move show method to use RESTful routing
Diffstat (limited to 'app/helpers/admin_helper.rb')
-rw-r--r--app/helpers/admin_helper.rb2
1 files changed, 1 insertions, 1 deletions
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)