From 8e74fa253deea78486df2324071c94654bdca503 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 3 Dec 2014 10:40:41 +0100 Subject: Make expand entries in compact view after jumping to next/previous feed optional with a setting --- templates/part.content.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates/part.content.php') diff --git a/templates/part.content.php b/templates/part.content.php index c18069cde..3226dc839 100644 --- a/templates/part.content.php +++ b/templates/part.content.php @@ -5,7 +5,8 @@ ng-class="{ compact: Content.isCompactView(), 'feed-view': Content.isFeed() - }"> + }" + news-compact-expand="{{ Content.isCompactExpand() }}">
-- cgit v1.2.3