From f7e902453511feb9e0d1717755df8723a0a648ea Mon Sep 17 00:00:00 2001 From: Marin Jankovski Date: Wed, 11 Feb 2015 18:36:40 -0800 Subject: [PATCH] Remove unecessary icon. --- app/views/admin/services/_form.html.haml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/admin/services/_form.html.haml b/app/views/admin/services/_form.html.haml index e869f45e242..d7490274489 100644 --- a/app/views/admin/services/_form.html.haml +++ b/app/views/admin/services/_form.html.haml @@ -1,6 +1,5 @@ %h3.page-title = @service.title - = boolean_to_icon @service.activated? %p #{@service.description} template