Show if a post arrived via relay
This commit is contained in:
@@ -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}}
|
||||
|
||||
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user