summaryrefslogtreecommitdiffstats
path: root/templates/part.content.php
blob: eaf8d925a2178b14f54a9fd10cabd8ab4a6cc388 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<div id="first-run" ng-if="App.isFirstRun()">
    <h1><?php p($l->t('Welcome to the ownCloud News app!')) ?></h1>
</div>

<div news-auto-focus="#app-content" ng-if="!App.isFirstRun()">
    <ul ng-if="isCompactView()">

    </ul>
    <ul ng-if="!isCompactView()">

    </ul>
</div>