mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:42:53 +00:00
change logic in if clause in case of codereview
This commit is contained in:
parent
eda9ea962d
commit
63df9ffe2f
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ as the value of $top_child_total (this is done at the end of this file)
|
|||
<span class="uriid" style="display: none;">{{$item.uriid}}</span>
|
||||
{{/if}}
|
||||
<div class="media {{$item.shiny}}">
|
||||
{{if !$item.parentguid==""}}
|
||||
{{if $item.parentguid}}
|
||||
<a id="btn-{{$item.id}}" class="time" href="javascript:;" onclick="goToParentItem('{{$item.plink.orig}}', '{{$item.parentguid}}');">{{$item.isanswerto}}</a>
|
||||
{{if $item.reshared}}<span class="hidden-xs">•</span>{{/if}}
|
||||
<br class="visible-xs">
|
||||
|
|
Loading…
Reference in a new issue