Mark posts that arrived in your network stream via tag

This commit is contained in:
Michael 2020-08-23 17:48:44 +00:00
commit 6139f5883b
3 changed files with 19 additions and 4 deletions

View file

@ -7,6 +7,8 @@
<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>
{{elseif $direction.direction == 4}}
<i class="fa fa-hashtag" aria-hidden="true" title="{{$direction.title}}"></i>
{{/if}}
</span>
{{/if}}