From b0ffe11b21b9a608fb61ef7582bd12581438b35d Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 5 Jan 2015 09:05:27 +0100 Subject: [PATCH] add thread un/ignore functionality to quattro theme --- view/theme/quattro/templates/wall_thread.tpl | 4 ++++ 1 file changed, 4 insertions(+) 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}}