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: '#' }