Show if a post arrived via relay
This commit is contained in:
parent
b8f3c4b065
commit
c082109ff9
6 changed files with 23 additions and 8 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue