2019-06-12 09:07:48 +02:00
|
|
|
<BsButton
|
|
|
|
@onClick={{@onClick}}
|
|
|
|
class="cr-steps-bottom-nav__button cr-steps-bottom-nav__prev-button prev"
|
2020-10-31 08:17:32 +01:00
|
|
|
...attributes
|
2019-06-12 09:07:48 +02:00
|
|
|
>
|
|
|
|
<span class="cr-steps-bottom-nav__icon oi oi-caret-left" title={{t "action.back"}} aria-hidden="true"></span>
|
|
|
|
<span class="cr-steps-bottom-nav__label">
|
|
|
|
{{t "action.back"}}
|
|
|
|
</span>
|
|
|
|
</BsButton>
|