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.php11
1 files changed, 10 insertions, 1 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index d3a59b08c..eaf8d925a 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -1,3 +1,12 @@
<div id="first-run" ng-if="App.isFirstRun()">
<h1><?php p($l->t('Welcome to the ownCloud News app!')) ?></h1>
-</div> \ No newline at end of file
+</div>
+
+<div news-auto-focus="#app-content" ng-if="!App.isFirstRun()">
+ <ul ng-if="isCompactView()">
+
+ </ul>
+ <ul ng-if="!isCompactView()">
+
+ </ul>
+</div>