mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 00:45:14 +02:00
Merge pull request #9188 from annando/more-direction
Store and display to/cc/bcc
This commit is contained in:
commit
097cd5f44b
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