diff --git a/view/theme/frio/templates/like_noshare.tpl b/view/theme/frio/templates/like_noshare.tpl
index 83e7b4a988..3514d79e70 100644
--- a/view/theme/frio/templates/like_noshare.tpl
+++ b/view/theme/frio/templates/like_noshare.tpl
@@ -16,5 +16,4 @@
{{$dislike}}
{{/if}}
-
diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl
index 7e77e50527..b58644a26c 100644
--- a/view/theme/frio/templates/wall_thread.tpl
+++ b/view/theme/frio/templates/wall_thread.tpl
@@ -280,7 +280,7 @@ as the value of $top_child_total (this is done at the end of this file)
{{* Action buttons to interact with the item (like: like, dislike, share and so on *}}
-
+
{{* Buttons for like and dislike *}}
{{if $item.vote}}
@@ -325,98 +325,92 @@ as the value of $top_child_total (this is done at the end of this file)
{{/if}}
{{* Put additional actions in a dropdown menu *}}
- {{if $item.menu && ($item.edpost || $item.tagger || $item.filer || $item.pin || $item.star || $item.follow_thread || $item.ignore || ($item.drop && $item.drop.dropping) || $item.browsershare)}}
-
-
- {{else}}
-
- {{/if}}
-
-
+ {{if $item.block}}
+
+ {{$item.block.block}}
+
+ {{/if}}
+ {{if $item.ignore_author}}
+
+ {{$item.ignore_author.ignore}}
+
+ {{/if}}
+
+
+
{{* Event attendance buttons *}}