mirror of
https://github.com/moparisthebest/mail
synced 2025-01-13 14:38:02 -05:00
24 lines
729 B
HTML
24 lines
729 B
HTML
<div class="content">
|
|
<header>
|
|
<h1>WHITEOUT<span>.IO</span></h1>
|
|
</header>
|
|
|
|
<ul class="nav-primary">
|
|
<li ng-repeat="folder in folders" ng-switch="folder.count !== undefined">
|
|
<a href="#" ng-click="openFolder(folder); $event.preventDefault()">
|
|
{{folder.type}}
|
|
<span class="label-wrapper" ng-switch-when="true"><span class="label label-light">{{folder.count}}</span></span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
|
|
<ul class="nav-secondary">
|
|
<li><a href="#" ng-click="openAccount(); $event.preventDefault()">Account</a></li>
|
|
<li><a href="#">About whiteout.io</a></li>
|
|
<li><a href="#">Help</a></li>
|
|
</ul>
|
|
|
|
<footer>
|
|
{{lastUpdateLbl}} {{lastUpdate | date:'shortTime'}}
|
|
</footer>
|
|
</div> |