[non-Frio] Add edited date to post display
This commit is contained in:
parent
27691f64c0
commit
77e9143d3a
4 changed files with 31 additions and 18 deletions
|
@ -76,6 +76,9 @@
|
|||
{{/foreach}}
|
||||
{{/if}}
|
||||
</div>
|
||||
{{if $item.edited}}
|
||||
<div class="itemedited text-muted">{{$item.edited['label']}} (<span title="{{$item.edited['date']}}">{{$item.edited['relative']}}</span>)</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
<div class="wall-item-bottom">
|
||||
<div class="wall-item-links">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue