Ghost-Admin/app/templates/launch/set-pricing.hbs

10 lines
341 B
Handlebars

<button type="button" class="absolute top-6 left-6 w6" title="Previous step" {{on "click" this.goBack}} data-test-button="wizard-back">
{{svg-jar "arrow-left"}}
<span class="hidden">Go to previous step</span>
</button>
<section class="ma19">
<GhLaunchWizard::SetPricing
@afterComplete={{this.goToNext}}
/>
</section>