diff --git a/view/theme/frio/templates/search_item.tpl b/view/theme/frio/templates/search_item.tpl
index 1f2b76170..9722a6e1d 100644
--- a/view/theme/frio/templates/search_item.tpl
+++ b/view/theme/frio/templates/search_item.tpl
@@ -169,29 +169,34 @@
{{* Buttons for like and dislike *}}
{{if $item.vote}}
-
+ {{if ($item.vote.like OR $item.vote.dislike) AND $item.comment}}
+ •
+ {{/if}}
{{/if}}
{{* Butten to open the comment text field *}}
{{if $item.comment}}
-
-
-
+
{{/if}}
{{* Button for sharing the item *}}
{{if $item.vote}}
- {{if $item.vote.share}}
+ {{if ($item.vote.like OR $item.vote.dislike OR $item.comment) AND $item.vote.share}}
•
+ {{/if}}
+ {{if $item.vote.share}}
{{$item.vote.share.0}}
{{/if}}
{{/if}}