Merge pull request #181 from nextcloud/add-toggle-button-into-board-list

added board header for board list
This commit is contained in:
Julius Härtl
2017-06-10 23:16:23 +02:00
committed by GitHub

View File

@@ -1,3 +1,10 @@
<div id="board-header">
<div id="app-navigation-toggle" class="icon-menu" ng-click="navibar.show=!navibar.show"></div>
<a class="crumb" href="#" title="<?php p($l->t('All Boards')); ?>">
<i class="icon icon-home"></i>
<span class="hidden-visually"><?php p($l->t('All Boards')); ?></span>
</a>
</div>
<div id="boardlist">
<table width="100%">
<thead>