From bde60cfffa7eb728f655425b0d8d240576bf7fe2 Mon Sep 17 00:00:00 2001 From: Santiago Palladino Date: Mon, 31 Oct 2016 11:58:59 -0300 Subject: [PATCH] Use gear icon for external services instead of hangup Fixes #664 --- app/views/call_flows/_hub_step_template.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/call_flows/_hub_step_template.haml b/app/views/call_flows/_hub_step_template.haml index a6b579389..df7d47293 100644 --- a/app/views/call_flows/_hub_step_template.haml +++ b/app/views/call_flows/_hub_step_template.haml @@ -1,7 +1,7 @@ %script{type: "text/html", id: "hub_step_template"} .feditor-sidebar.right.box.w28.iblock.h65 .tableheader - %span.left.i48grad-phone{ ko(css: '{ "orange": is_invalid }') } + %span.left.i48grad-settings{ ko(css: '{ "orange": is_invalid }') } %input.ux-text.w20.right{ ko(value: 'name', valueUpdate: '"afterkeydown"', css: '{ "error": is_name_invalid }')} %table.GralTable.TwoColumn.CleanTable.NoHead