some design changes in board list
Signed-off-by: Artem Anufrij <artem.anufrij@live.de>
This commit is contained in:
committed by
Julius Härtl
parent
d421e23f9d
commit
9b6869862c
@@ -31,7 +31,7 @@
|
||||
<td>
|
||||
<div class="hint"></div>
|
||||
<div class="app-popover-menu-utils" ng-if="b.deletedAt == 0">
|
||||
<button class="icon icon-more button-inline" title="More actions"></button>
|
||||
<button class="icon icon-more button-inline" title="<?php p($l->t('More actions')); ?>"></button>
|
||||
<div class="popovermenu bubble hidden">
|
||||
<ul>
|
||||
<li ng-if="boardservice.canManage(b) && !b.archived" ng-click="boardArchive(b)">
|
||||
|
||||
Reference in New Issue
Block a user