aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-06-03 17:29:11 +0100
committerLouise Crow <louise.crow@gmail.com>2013-06-03 17:55:09 +0100
commit9a4b220be62dcaceee45c70316c1a58a92abcfc5 (patch)
treeac56038a4361b812850865f4f11e7020f280462d
parentd9d9997a1d0f6d361097a8a4bdf1aa0fee24edaa (diff)
Restore public body edit form.hotfix/0.11.0.1
-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 a24122671..11b7eec22 100644
--- a/app/views/admin_public_body/edit.html.erb
+++ b/app/views/admin_public_body/edit.html.erb
@@ -3,7 +3,7 @@
<div class="row">
<div class="span8">
<div id="public_body_form">
- <% form_for @public_body, :url => admin_body_update_path(@public_body), :html => { :class => "form form-horizontal" } do |f| %>
+ <%= form_for @public_body, :url => admin_body_update_path(@public_body), :html => { :class => "form form-horizontal" } do |f| %>
<%= render :partial => 'form', :locals => {:f => f} %>
<div class="form-actions">
<%= f.submit 'Save', :accesskey => 's', :class => "btn btn-success" %></p>