Display a symbol when a post had been reshared
This commit is contained in:
parent
b052896c64
commit
0e4d3fe9e5
3 changed files with 24 additions and 1 deletions
|
@ -5,6 +5,8 @@
|
|||
<i class="fa fa-inbox" aria-hidden="true" title="{{$direction.title}}"></i>
|
||||
{{elseif $direction.direction == 2}}
|
||||
<i class="fa fa-download" aria-hidden="true" title="{{$direction.title}}"></i>
|
||||
{{elseif $direction.direction == 3}}
|
||||
<i class="fa fa-share-alt" aria-hidden="true" title="{{$direction.title}}"></i>
|
||||
{{/if}}
|
||||
</span>
|
||||
{{/if}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue