Restore display of delivery status
parent
73a81290ff
commit
7ff1b19cc0
|
@ -202,7 +202,17 @@ as the value of $top_child_total (this is done at the end of this file)
|
|||
|
||||
<div class="additional-info text-muted">
|
||||
<div id="wall-item-ago-{{$item.id}}" class="wall-item-ago">
|
||||
<small><a href="{{$item.plink.orig}}"><span class="time" title="{{$item.localtime}}" data-toggle="tooltip"><time class="dt-published" datetime="{{$item.localtime}}">{{$item.ago}}</time></span></a></small>
|
||||
<small>
|
||||
<a href="{{$item.plink.orig}}">
|
||||
<span class="time" title="{{$item.localtime}}" data-toggle="tooltip">
|
||||
<time class="dt-published" datetime="{{$item.localtime}}">{{$item.ago}}</time>
|
||||
</span>
|
||||
</a>
|
||||
{{if $item.owner_self}}
|
||||
•
|
||||
{{include file="sub/delivery_count.tpl" delivery=$item.delivery}}
|
||||
{{/if}}
|
||||
</small>
|
||||
</div>
|
||||
|
||||
{{if $item.location}}
|
||||
|
@ -239,7 +249,14 @@ as the value of $top_child_total (this is done at the end of this file)
|
|||
<h5 class="media-heading">
|
||||
<a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link userinfo"><span class="fakelink">{{$item.name}}</span></a>
|
||||
<span class="text-muted">
|
||||
<small><a class="time" href="{{$item.plink.orig}}" title="{{$item.localtime}}" data-toggle="tooltip">{{$item.ago}}</a> {{if $item.location}} — ({{$item.location nofilter}}){{/if}}</small>
|
||||
<small>
|
||||
<a class="time" href="{{$item.plink.orig}}" title="{{$item.localtime}}" data-toggle="tooltip">{{$item.ago}}</a>
|
||||
{{if $item.location}} — ({{$item.location nofilter}}){{/if}}
|
||||
{{if $item.owner_self}}
|
||||
•
|
||||
{{include file="sub/delivery_count.tpl" delivery=$item.delivery}}
|
||||
{{/if}}
|
||||
</small>
|
||||
</span>
|
||||
</h5>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue