1
0
Fork 0

Show if a post arrived via relay

This commit is contained in:
Michael 2020-09-21 12:31:20 +00:00
commit c082109ff9
6 changed files with 23 additions and 8 deletions

View file

@ -19,6 +19,8 @@
<i class="fa fa-share" aria-hidden="true" title="{{$direction.title}}"></i>
{{elseif $direction.direction == 9}}
<i class="fa fa-globe" aria-hidden="true" title="{{$direction.title}}"></i>
{{elseif $direction.direction == 10}}
<i class="fa fa-inbox" aria-hidden="true" title="{{$direction.title}}"></i>
{{/if}}
</span>
{{/if}}

View file

@ -19,6 +19,8 @@
<i class="icon-share" aria-hidden="true" title="{{$direction.title}}"></i>
{{elseif $direction.direction == 9}}
<i class="icon-globe" aria-hidden="true" title="{{$direction.title}}"></i>
{{elseif $direction.direction == 10}}
<i class="icon-inbox" aria-hidden="true" title="{{$direction.title}}"></i>
{{/if}}
</span>
{{/if}}