fixing motion block list layout
This commit is contained in:
parent
22ab7a15a3
commit
133d0c3a0f
@ -35,7 +35,7 @@
|
|||||||
</strong>
|
</strong>
|
||||||
<div os-perms="motions.can_manage" class="hoverActions" ng-class="{'hiddenDiv': !motionBlock.hover}">
|
<div os-perms="motions.can_manage" class="hoverActions" ng-class="{'hiddenDiv': !motionBlock.hover}">
|
||||||
<!-- edit -->
|
<!-- edit -->
|
||||||
<a ng-click="openFormDialog(motionBlock)" translate>Edit</a> |
|
<a href="" ng-click="openFormDialog(motionBlock)" translate>Edit</a> |
|
||||||
<!-- delete -->
|
<!-- delete -->
|
||||||
<a href="" class="text-danger"
|
<a href="" class="text-danger"
|
||||||
ng-bootbox-confirm="{{ 'Are you sure you want to delete this entry?' | translate }}<br>
|
ng-bootbox-confirm="{{ 'Are you sure you want to delete this entry?' | translate }}<br>
|
||||||
|
Loading…
Reference in New Issue
Block a user