diff options
author | RedMatrix <info@friendica.com> | 2014-09-13 19:24:01 +1000 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-09-13 19:24:01 +1000 |
commit | 415be292613a83ce2d133e080e2f164d575ca5c7 (patch) | |
tree | cf89d99e0bd346250539fcc1a27d88449e828ed2 /view | |
parent | b1809f5f0c14f15cb3caf74229bb12e3d544c9f9 (diff) | |
parent | d4e7a71d1e146f0dd521a0cc060686801966cb40 (diff) | |
download | volse-hubzilla-415be292613a83ce2d133e080e2f164d575ca5c7.tar.gz volse-hubzilla-415be292613a83ce2d133e080e2f164d575ca5c7.tar.bz2 volse-hubzilla-415be292613a83ce2d133e080e2f164d575ca5c7.zip |
Merge pull request #592 from jeroenpraat/master
Issue #590: Linked conversation titles to source.
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/conv_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index bfa62f1b7..8607b8ee8 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -15,7 +15,7 @@ <div class="wall-item-photo-end" style="clear:both"></div> </div> {{if $item.title}} - <div class="wall-item-title" id="wall-item-title-{{$item.id}}"><h3>{{$item.title}}</h3></div> + <div class="wall-item-title" id="wall-item-title-{{$item.id}}"><h3>{{if $item.plink}}<a href="{{$item.plink.href}}" title="{{$item.title}} ({{$item.plink.title}})">{{/if}}{{$item.title}}{{if $item.plink}}</a>{{/if}}</h3></div> {{/if}} {{if $item.lock}} <div class="wall-item-lock dropdown"> |