Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 12:22:54 +01:00
26 Zeilen
778 B
Handlebars
26 Zeilen
778 B
Handlebars
|
<a onclick={{this.click}} class="wizard-subscription-badge {{this.subscription.subscriptionType}}" title="{{this.title}}">
|
||
|
<svg
|
||
|
width="300px"
|
||
|
height="300px"
|
||
|
viewBox="0 0 300 300"
|
||
|
version="1.1"
|
||
|
xmlns="http://www.w3.org/2000/svg"
|
||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||
|
>
|
||
|
<g
|
||
|
id="pavilion-logo"
|
||
|
stroke="none"
|
||
|
stroke-width="1"
|
||
|
fill="none"
|
||
|
fill-rule="evenodd"
|
||
|
>
|
||
|
<path
|
||
|
id="Combined-Shape"
|
||
|
stroke="currentColor"
|
||
|
stroke-width="35"
|
||
|
d="M41.1381822,291.00006 L40.5778853,130.009744 M258.850727,291.638415 L259.290397,130.37133 M36.0002279,140.721678 L139.995368,36.2122772 M263.350577,141.009083 L138.927245,16.2478517"
|
||
|
></path>
|
||
|
</g>
|
||
|
</svg>
|
||
|
<span>{{label}}</span>
|
||
|
</a>
|