Applied new forward icon.
This commit is contained in:
parent
c74e0dac46
commit
fd8511e44c
1 changed files with 3 additions and 6 deletions
|
@ -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: '#'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue