mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
committed by
Rainer Killinger
parent
44b6a4aea0
commit
18ab92909d
@@ -39,13 +39,14 @@
|
|||||||
</p>
|
</p>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<span class="ion-float-right">
|
<span class="ion-float-right">
|
||||||
<ion-button
|
<!-- TODO: Add "cancel button" when functionality ready for production-->
|
||||||
*ngIf="item.cancancel"
|
<!-- <ion-button-->
|
||||||
color="primary"
|
<!-- *ngIf="item.cancancel"-->
|
||||||
(click)="onClick('cancel')"
|
<!-- color="primary"-->
|
||||||
>
|
<!-- (click)="onClick('cancel')"-->
|
||||||
{{ 'library.account.actions.cancel.header' | translate }}</ion-button
|
<!-- >-->
|
||||||
>
|
<!-- {{ 'library.account.actions.cancel.header' | translate }}</ion-button-->
|
||||||
|
<!-- >-->
|
||||||
<ion-button
|
<ion-button
|
||||||
*ngIf="item.canrenew"
|
*ngIf="item.canrenew"
|
||||||
color="primary"
|
color="primary"
|
||||||
|
|||||||
Reference in New Issue
Block a user