Remove drag icon if user has no permission
parent
6031e19691
commit
60b7f4a1b9
|
@ -4,6 +4,7 @@
|
||||||
)
|
)
|
||||||
tg-svg.icon-drag(
|
tg-svg.icon-drag(
|
||||||
svg-icon="icon-drag"
|
svg-icon="icon-drag"
|
||||||
|
ng-if="vm.canEditEpics()"
|
||||||
)
|
)
|
||||||
|
|
||||||
.vote(
|
.vote(
|
||||||
|
|
Loading…
Reference in New Issue