diff options
author | git-marijus <mario@mariovavti.com> | 2018-04-23 11:11:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-23 11:11:16 +0200 |
commit | 78816f2f74309394eb35e6abded4a1f8ec8f5f2c (patch) | |
tree | 407dfe6a8f4787d5fcd30f89025727a74f5deef1 /view/tpl/conv_item.tpl | |
parent | fedb5fbcf5bf2a5dcecc0ad6324775ccbedbf3d6 (diff) | |
parent | 51c533536fe1569aef0e0451db95970073084f75 (diff) | |
download | volse-hubzilla-78816f2f74309394eb35e6abded4a1f8ec8f5f2c.tar.gz volse-hubzilla-78816f2f74309394eb35e6abded4a1f8ec8f5f2c.tar.bz2 volse-hubzilla-78816f2f74309394eb35e6abded4a1f8ec8f5f2c.zip |
Merge pull request #1094 from mrjive/dev
Adding link to post source
Diffstat (limited to 'view/tpl/conv_item.tpl')
-rwxr-xr-x | view/tpl/conv_item.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index a1d287f26..afcde0ded 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -52,6 +52,7 @@ </div> <div class="wall-item-ago" id="wall-item-ago-{{$item.id}}"> {{if $item.verified}}<i class="fa fa-check item-verified" title="{{$item.verified}}"></i> {{elseif $item.forged}}<i class="fa fa-exclamation item-forged" title="{{$item.forged}}"></i> {{/if}}{{if $item.location}}<span class="wall-item-location p-location" id="wall-item-location-{{$item.id}}">{{$item.location}}, </span>{{/if}}<span class="autotime" title="{{$item.isotime}}"><time class="dt-published" datetime="{{$item.isotime}}">{{$item.localtime}}</time>{{if $item.editedtime}} {{$item.editedtime}}{{/if}}{{if $item.expiretime}} {{$item.expiretime}}{{/if}}</span>{{if $item.editedtime}} <i class="fa fa-pencil"></i>{{/if}} {{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}} +{{if $item.plink}}<a href="{{$item.plink.href}}" title="{{$item.plink.title}}"><i class="generic-icons-nav fa fa-fw fa-external-link"></i></a>{{/if}} </div> </div> {{if $item.divider}} |