From a19e697556652a3573379a632829581e9dd62c48 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Tue, 27 Nov 2012 13:46:59 +1100 Subject: [PATCH] Add header to admin enterprises page --- app/views/admin/enterprises/index.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/admin/enterprises/index.html.erb b/app/views/admin/enterprises/index.html.erb index c1e0869b86..c9c2f76040 100644 --- a/app/views/admin/enterprises/index.html.erb +++ b/app/views/admin/enterprises/index.html.erb @@ -7,6 +7,8 @@
+

Enterprises

+ <%= form_for @enterprise_set, :url => main_app.bulk_update_admin_enterprises_path do |f| %>