Store and display to/cc/bcc
This commit is contained in:
parent
bc5a1e5ace
commit
a491c5d916
5 changed files with 97 additions and 24 deletions
|
@ -12,7 +12,7 @@
|
|||
{{elseif $direction.direction == 5}}
|
||||
<i class="fa fa-comment-o" aria-hidden="true" title="{{$direction.title}}"></i>
|
||||
{{elseif $direction.direction == 6}}
|
||||
<i class="fa fa-check" aria-hidden="true" title="{{$direction.title}}"></i>
|
||||
<i class="fa fa-user" aria-hidden="true" title="{{$direction.title}}"></i>
|
||||
{{elseif $direction.direction == 7}}
|
||||
<i class="fa fa-at" aria-hidden="true" title="{{$direction.title}}"></i>
|
||||
{{/if}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue