aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin_general/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin_general/index.html.erb')
-rw-r--r--app/views/admin_general/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin_general/index.html.erb b/app/views/admin_general/index.html.erb
index 0991ea2f5..f9b6f5d3d 100644
--- a/app/views/admin_general/index.html.erb
+++ b/app/views/admin_general/index.html.erb
@@ -186,7 +186,7 @@
<%= form_tag admin_change_request_update_path(@change_request), :class => "form form-horizontal" do %>
<%= submit_tag 'Close', :class => "btn btn-danger" %>
<%= link_to("Close and respond", admin_change_request_edit_path(@change_request), :class => 'btn') %>
- <%= link_to("Add authority", admin_body_new_path(:change_request_id => @change_request.id), :class => 'btn btn-primary') %>
+ <%= link_to("Add authority", new_admin_body_path(:change_request_id => @change_request.id), :class => 'btn btn-primary') %>
<% end %>
<% end %>