Merge pull request #181 from nextcloud/add-toggle-button-into-board-list
added board header for board list
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user