summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-04-13 13:18:31 -0700
committerStan Hu <stanhu@gmail.com>2017-04-13 13:18:31 -0700
commit41715fbcf093af9ddae2e627218494035d42d49e (patch)
tree2374d2a498df537bb14e3b1b4941752bffd79d9e
parent7d7dfee48b3455eec07968e7517f9d843a04da66 (diff)
downloadgitlab-ce-41715fbcf093af9ddae2e627218494035d42d49e.tar.gz
Use an icon to indicate whether service template is active
-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