Use an icon to indicate whether service template is active

This commit is contained in:
Stan Hu 2017-04-13 13:18:31 -07:00
parent 7d7dfee48b
commit 41715fbcf0
1 changed files with 1 additions and 1 deletions

View File

@ -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