summaryrefslogtreecommitdiffstats
path: root/templates/part.content.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-23 20:19:06 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-23 20:19:06 +0200
commit0b22611a929fc317c6ad073d2ddf5f198ee836f3 (patch)
treeca3593e76af10dc6a81ed0412c6d0e6434f73331 /templates/part.content.php
parent94e24c1e1a53db60e6924b39ad308b6b2d2e8c2b (diff)
more boilerplate
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>