diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/admin_public_body/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin_public_body/index.html.erb b/app/views/admin_public_body/index.html.erb index 8516de90c..861593bee 100644 --- a/app/views/admin_public_body/index.html.erb +++ b/app/views/admin_public_body/index.html.erb @@ -11,7 +11,7 @@ <%= link_to 'New public authority', new_admin_body_path, :class => "btn btn-primary" %> </div> <div class="btn-group"> - <%= link_to 'Import from CSV file', admin_body_import_csv_path, :class => "btn btn-warning" %> + <%= link_to 'Import from CSV file', import_csv_admin_bodies_path, :class => "btn btn-warning" %> </div> </div> |