From 41715fbcf093af9ddae2e627218494035d42d49e Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Thu, 13 Apr 2017 13:18:31 -0700 Subject: [PATCH] Use an icon to indicate whether service template is active --- app/views/admin/services/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/services/index.html.haml b/app/views/admin/services/index.html.haml index 6a5986f496a..50132572096 100644 --- a/app/views/admin/services/index.html.haml +++ b/app/views/admin/services/index.html.haml @@ -13,7 +13,7 @@ - @services.sort_by(&:title).each do |service| %tr %td - = icon("copy", class: 'clgray') + = boolean_to_icon service.activated? %td = link_to edit_admin_application_settings_service_path(service.id) do %strong= service.title -- GitLab