Skip to content
Snippets Groups Projects
Commit 25fe756b authored by Robert Speicher's avatar Robert Speicher
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
parents 7d7dfee4 41715fbc
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