new voucher system
This commit is contained in:
@@ -3,11 +3,8 @@
|
||||
<p>{{'vouchers.info' | i18n}}</p>
|
||||
</mat-card-content>
|
||||
<mat-card-actions>
|
||||
<button mat-raised-button color="primary" (click)="registration()" [disabled]="!hasRegistration">
|
||||
{{'vouchers.registration' | i18n}}
|
||||
</button>
|
||||
<button mat-raised-button color="accent" (click)="addon()">
|
||||
{{'vouchers.add-on' | i18n}}
|
||||
<button *ngFor="let name of available" mat-raised-button (click)="create(name)" matTooltip="{{'vouchers.' + name + '.text' | i18n}}">
|
||||
{{'vouchers.' + name | i18n}}
|
||||
</button>
|
||||
</mat-card-actions>
|
||||
<mat-card-footer>
|
||||
|
||||
Reference in New Issue
Block a user