diff --git a/view/theme/frio/templates/search_item.tpl b/view/theme/frio/templates/search_item.tpl index ba396fbfd..513ee0a1c 100644 --- a/view/theme/frio/templates/search_item.tpl +++ b/view/theme/frio/templates/search_item.tpl @@ -143,20 +143,19 @@

{{* Action buttons to interact with the item (like: like, dislike, share and so on *}} - {{if $item.threaded}}{{/if}} {{* Buttons for like and dislike *}} {{if $item.vote}} {{if $item.vote.like}} - + {{/if}} {{if $item.vote.like AND $item.vote.dislike}} {{/if}} {{if $item.vote.dislike}} - + {{/if}} {{if ($item.vote.like OR $item.vote.dislike) AND $item.comment_html}} @@ -165,7 +164,7 @@ {{* Button to open the comment text field *}} {{if $item.comment_html}} - + {{/if}} {{* Button for sharing the item *}} @@ -174,7 +173,7 @@ {{if $item.vote.like OR $item.vote.dislike OR $item.comment_html}} {{/if}} - + {{/if}} {{/if}} @@ -258,7 +257,6 @@ {{else}} {{/if}} -