Commit 07061046 authored by Robert Speicher's avatar Robert Speicher Committed by Felipe Artur

Merge branch 'sh-add-icon-for-active-service-template' into 'master'

Use an icon to indicate whether service template is active

See merge request !10694
parent 4c457f92
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment