aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/conv_item.tpl
diff options
context:
space:
mode:
authormrjive <mrjive@mrjive.it>2018-04-20 02:29:57 -0700
committermrjive <mrjive@mrjive.it>2018-04-20 02:29:57 -0700
commitf325c29b48b2bf954d13e89035c1e9abecdca780 (patch)
tree9e56f4f7196d0c9271baa53d75677877b67a6c83 /view/tpl/conv_item.tpl
parentc8ff773b9609f723217712f0faf451238d41327d (diff)
downloadvolse-hubzilla-f325c29b48b2bf954d13e89035c1e9abecdca780.tar.gz
volse-hubzilla-f325c29b48b2bf954d13e89035c1e9abecdca780.tar.bz2
volse-hubzilla-f325c29b48b2bf954d13e89035c1e9abecdca780.zip
adding link to post source
Diffstat (limited to 'view/tpl/conv_item.tpl')
-rwxr-xr-xview/tpl/conv_item.tpl1
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>&nbsp;{{elseif $item.forged}}<i class="fa fa-exclamation item-forged" title="{{$item.forged}}"></i>&nbsp;{{/if}}{{if $item.location}}<span class="wall-item-location p-location" id="wall-item-location-{{$item.id}}">{{$item.location}},&nbsp;</span>{{/if}}<span class="autotime" title="{{$item.isotime}}"><time class="dt-published" datetime="{{$item.isotime}}">{{$item.localtime}}</time>{{if $item.editedtime}}&nbsp;{{$item.editedtime}}{{/if}}{{if $item.expiretime}}&nbsp;{{$item.expiretime}}{{/if}}</span>{{if $item.editedtime}}&nbsp;<i class="fa fa-pencil"></i>{{/if}}&nbsp;{{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}}