aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2015-04-27 10:58:15 +0100
committerLouise Crow <louise.crow@gmail.com>2015-04-27 10:58:15 +0100
commit4b7ffcb49f82749f7f76013e27caaa245267a311 (patch)
treee5cb5705cf91d1fa709f01e133d26a4ff14f3906
parent0781a6dd7d9bb85ba9ce567e9f78e9aa7c46f9c7 (diff)
parent6a2f57a7f51dbd316e3319588a62f6ba441039b3 (diff)
Merge branch 'fix-admin-edit-body-show-path' into rails-3-develop
-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>