From: Tobias Diekershoff Date: Mon, 5 Jan 2015 08:05:27 +0000 (+0100) Subject: add thread un/ignore functionality to quattro theme X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b0ffe11b21b9a608fb61ef7582bd12581438b35d;p=friendica.git add thread un/ignore functionality to quattro theme --- diff --git a/view/theme/quattro/templates/wall_thread.tpl b/view/theme/quattro/templates/wall_thread.tpl index caeee83d26..64e3794ccb 100644 --- a/view/theme/quattro/templates/wall_thread.tpl +++ b/view/theme/quattro/templates/wall_thread.tpl @@ -94,6 +94,10 @@ {{$item.star.do}} {{$item.star.undo}} {{/if}} + {{if $item.ignore}} + {{$item.ignore.do}} + {{$item.ignore.undo}} + {{/if}} {{if $item.tagger}} {{$item.tagger.add}} {{/if}}