2023-09-24 13:43:20 +02:00
|
|
|
<button
|
2023-09-24 12:58:20 +02:00
|
|
|
onclick={{this.click}}
|
2023-09-24 13:43:20 +02:00
|
|
|
type="button"
|
2023-09-24 12:58:20 +02:00
|
|
|
class="btn btn-pavilion-support {{this.subscription.subscriptionType}}"
|
2023-09-24 13:43:20 +02:00
|
|
|
title={{this.title}}
|
2023-09-24 12:58:20 +02:00
|
|
|
>
|
2023-09-23 19:30:11 +02:00
|
|
|
{{d-icon icon}}{{label}}
|
2023-09-24 13:43:20 +02:00
|
|
|
</button>
|