Skip to content
Snippets Groups Projects
Commit 07061046 authored by Robert Speicher's avatar Robert Speicher Committed by Felipe Artur
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment