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