1
0
Fork 0

Changed template for direction

This commit is contained in:
Michael 2020-03-03 21:29:51 +00:00
commit d63e903d9f
4 changed files with 26 additions and 0 deletions

View file

@ -60,6 +60,9 @@
{{if $item.owner_self}}
{{include file="sub/delivery_count.tpl" delivery=$item.delivery}}
{{/if}}
{{if $item.direction}}
{{include file="sub/direction.tpl" direction=$item.direction}}
{{/if}}
<span class="pinned">{{$item.pinned}}</span>
</span>
{{if $item.lock}}<span class="icon s10 lock fakelink" onclick="lockview(event,{{$item.id}});" title="{{$item.lock}}">{{$item.lock}}</span>{{/if}}