aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2015-04-24 09:14:23 +0100
committerLouise Crow <louise.crow@gmail.com>2015-04-24 09:14:23 +0100
commit6a2f57a7f51dbd316e3319588a62f6ba441039b3 (patch)
tree792485a21da7d8bc53ce7cb232e445d7d644e952
parent36dd0b85ce84537192b32a3452b67298e965c21f (diff)
Fix link to admin show page.
-rw-r--r--app/views/admin_public_body/edit.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin_public_body/edit.html.erb b/app/views/admin_public_body/edit.html.erb
index dcafbd270..fc9c25e8f 100644
--- a/app/views/admin_public_body/edit.html.erb
+++ b/app/views/admin_public_body/edit.html.erb
@@ -13,7 +13,7 @@
<div class="row">
<div class="span8">
<div class="well">
- <%= link_to 'Show', admin_bodies_path(@public_body), :class => "btn" %>
+ <%= link_to 'Show', admin_body_path(@public_body), :class => "btn" %>
<%= link_to 'List all', admin_bodies_path, :class => "btn" %>
</div>
</div>