|
@ -174,9 +174,7 @@ |
|
|
<table> |
|
|
<table> |
|
|
<tr *ngFor="let coupon of coupons"> |
|
|
<tr *ngFor="let coupon of coupons"> |
|
|
<td class="text-monospace">{{ coupon.code }}</td> |
|
|
<td class="text-monospace">{{ coupon.code }}</td> |
|
|
<td class="pl-2 text-right"> |
|
|
<td class="pl-2 text-right">{{ coupon.duration }}</td> |
|
|
{{ coupon.duration }} |
|
|
|
|
|
</td> |
|
|
|
|
|
<td> |
|
|
<td> |
|
|
<button |
|
|
<button |
|
|
class="mx-1 no-min-width px-2" |
|
|
class="mx-1 no-min-width px-2" |
|
|