From e65924c50fb0594cc6fce7d4ae74daf265a683ea Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Thu, 1 May 2014 15:52:27 +1000 Subject: [PATCH] Removing a dud reference to active' --- app/views/admin/enterprises/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/enterprises/index.html.erb b/app/views/admin/enterprises/index.html.erb index 2cc480bce2..f5f6727e56 100644 --- a/app/views/admin/enterprises/index.html.erb +++ b/app/views/admin/enterprises/index.html.erb @@ -36,7 +36,7 @@ <%= link_to enterprise.name, main_app.admin_enterprise_path(enterprise) %> <%= 'PP ' if enterprise.is_primary_producer %><%= 'D' if enterprise.is_distributor %> - <%= enterprise.active ? 'Active' : 'Inactive' %> + <%= enterprise.visible ? 'Visible' : 'Invisible' %> <%= enterprise_form.text_field :next_collection_at %> <%= enterprise.description %>