mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-08 04:03:12 +03:00
2b41499b22
refs https://github.com/TryGhost/Team/issues/450 - moved next/finish buttons into wizard step components in case they need to save before triggering transition - added icon, logo, and cover image upload+removal to "customise design" step alongside a preview that reloads each time an image is changed
10 lines
341 B
Handlebars
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> |