Applied new forward icon.

This commit is contained in:
Martin Edenhofer 2017-12-06 09:37:09 +01:00
parent c74e0dac46
commit fd8511e44c

View file

@ -54,8 +54,7 @@ class EmailReply extends App.Controller
actions.push { actions.push {
name: 'forward' name: 'forward'
type: 'emailForward' type: 'emailForward'
#icon: 'forward' icon: 'forward'
icon: 'line-right-arrow'
href: '#' href: '#'
} }
@ -69,8 +68,7 @@ class EmailReply extends App.Controller
actions.push { actions.push {
name: 'forward' name: 'forward'
type: 'emailForward' type: 'emailForward'
#icon: 'forward' icon: 'forward'
icon: 'line-right-arrow'
href: '#' href: '#'
} }
if article.sender.name is 'Agent' && article.type.name is 'phone' if article.sender.name is 'Agent' && article.type.name is 'phone'
@ -83,8 +81,7 @@ class EmailReply extends App.Controller
actions.push { actions.push {
name: 'forward' name: 'forward'
type: 'emailForward' type: 'emailForward'
#icon: 'forward' icon: 'forward'
icon: 'line-right-arrow'
href: '#' href: '#'
} }