summaryrefslogtreecommitdiff
path: root/app/views/admin/services/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/services/index.html.haml')
-rw-r--r--app/views/admin/services/index.html.haml2
1 files changed, 1 insertions, 1 deletions
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