summaryrefslogtreecommitdiffstats
path: root/templates/part.content.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.content.php')
-rw-r--r--templates/part.content.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 844588c4f..c240053ca 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -6,7 +6,8 @@
compact: Content.isCompactView(),
'feed-view': Content.isFeed()
}"
- news-compact-expand="{{ Content.isCompactExpand() }}">
+ news-compact-expand="{{ Content.isCompactExpand() }}"
+ class="app-content-detail">
<div ng-show="Content.getItems().length == 0" class="no-feeds-available">
<p ng-show="Content.isShowAll()"><?php p($l->t('No articles available')) ?></p>
<p ng-show="!Content.isShowAll()"><?php p($l->t('No unread articles available')) ?></p>