diff options
author | Max Kostikov <max@kostikov.co> | 2019-05-05 18:09:25 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2019-05-05 18:09:25 +0200 |
commit | 6fd5133bed320cf7c7184608c300b09bf4ef0362 (patch) | |
tree | c894fb7837b8a51ad75cdb0fa68cec6acfc75fe8 /view/tpl/conv_item.tpl | |
parent | e010877490f3fe116bcca54e26bdb376671fc097 (diff) | |
download | volse-hubzilla-6fd5133bed320cf7c7184608c300b09bf4ef0362.tar.gz volse-hubzilla-6fd5133bed320cf7c7184608c300b09bf4ef0362.tar.bz2 volse-hubzilla-6fd5133bed320cf7c7184608c300b09bf4ef0362.zip |
Force to add "go to previous comment" hint
Diffstat (limited to 'view/tpl/conv_item.tpl')
-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 20177038f..eceff51c7 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -28,7 +28,7 @@ {{/if}} <div class="p-2 clearfix wall-item-head{{if $item.is_new && !$item.title && !$item.event && !$item.is_comment && !$item.photo}} wall-item-head-new rounded-top{{/if}}" > {{if $item.thr_parent}} - <a href="javascript:doscroll('{{$item.thr_parent}}',{{$item.parent}});" title="{{$item.reply_to.3}}"><i class="fa fa-angle-double-up float-right"> </i></a> + <a href="javascript:doscroll('{{$item.thr_parent}}',{{$item.parent}});" title="{{$item.top_hint}}"><i class="fa fa-angle-double-up float-right"> </i></a> {{/if}} <div class="wall-item-info" id="wall-item-info-{{$item.id}}" > <div class="wall-item-photo-wrapper{{if $item.owner_url}} wwfrom{{/if}} h-card p-author" id="wall-item-photo-wrapper-{{$item.id}}"> |