Debug switch added, output added
This commit is contained in:
parent
e3d3dc50e5
commit
0e0de5fcad
|
@ -0,0 +1,10 @@
|
|||
{{if $direction.direction > 0}}
|
||||
<span class="direction">
|
||||
•
|
||||
{{if $direction.direction == 1}}
|
||||
<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>
|
||||
{{/if}}
|
||||
</span>
|
||||
{{/if}}
|
|
@ -0,0 +1,10 @@
|
|||
{{if $direction.direction > 0}}
|
||||
<span class="direction">
|
||||
•
|
||||
{{if $direction.direction == 1}}
|
||||
<i class="icon-inbox" aria-hidden="true" title="{{$direction.title}}"></i>
|
||||
{{elseif $direction.direction == 2}}
|
||||
<i class="icon-download" aria-hidden="true" title="{{$direction.title}}"></i>
|
||||
{{/if}}
|
||||
</span>
|
||||
{{/if}}
|
Loading…
Reference in New Issue
Block a user