Merge pull request #656 from cloud2018/consistent-pop-up
consistent-pop-up
This commit is contained in:
@@ -25,6 +25,11 @@
|
|||||||
<?php p($l->t('Archive board')); ?>
|
<?php p($l->t('Archive board')); ?>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li ng-if="boardservice.canManage(b)" ng-click="boardDelete(b)">
|
||||||
|
<a class="icon-delete" title ="<?php p($l->t('Delete board')); ?>" ng-click="boardDelete(b)">
|
||||||
|
<?php p($l->t('Delete board')); ?>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li ui-sref="board.detail({boardId: b.id})">
|
<li ui-sref="board.detail({boardId: b.id})">
|
||||||
<a class="icon-settings-dark">
|
<a class="icon-settings-dark">
|
||||||
<?php p($l->t('Board details')); ?>
|
<?php p($l->t('Board details')); ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user