From fd8511e44c080a6a7d9bf73ea85e8cc6779c0a88 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Wed, 6 Dec 2017 09:37:09 +0100 Subject: [PATCH] Applied new forward icon. --- .../ticket_zoom/article_action/email_reply.coffee | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/app/assets/javascripts/app/controllers/ticket_zoom/article_action/email_reply.coffee b/app/assets/javascripts/app/controllers/ticket_zoom/article_action/email_reply.coffee index c1b65742a..f233d2bb2 100644 --- a/app/assets/javascripts/app/controllers/ticket_zoom/article_action/email_reply.coffee +++ b/app/assets/javascripts/app/controllers/ticket_zoom/article_action/email_reply.coffee @@ -54,8 +54,7 @@ class EmailReply extends App.Controller actions.push { name: 'forward' type: 'emailForward' - #icon: 'forward' - icon: 'line-right-arrow' + icon: 'forward' href: '#' } @@ -69,8 +68,7 @@ class EmailReply extends App.Controller actions.push { name: 'forward' type: 'emailForward' - #icon: 'forward' - icon: 'line-right-arrow' + icon: 'forward' href: '#' } if article.sender.name is 'Agent' && article.type.name is 'phone' @@ -83,8 +81,7 @@ class EmailReply extends App.Controller actions.push { name: 'forward' type: 'emailForward' - #icon: 'forward' - icon: 'line-right-arrow' + icon: 'forward' href: '#' }