857f2baa16
* replace ember-cp-validations with custom validation logic for poll creation * refactor poll participation to not use ember-cp-validations * drop ember-cp-validations from create.settings route * remove unused leftovers from ember-cp-validations * fix potential leak * assertion thrown in CI tests (Firefox) indicate that listener is cleaned up automatically * synchronize translations
15 lines
No EOL
370 B
Handlebars
15 lines
No EOL
370 B
Handlebars
<BsButton
|
|
@onClick={{@onClick}}
|
|
class="cr-steps-bottom-nav__button cr-steps-bottom-nav__prev-button prev"
|
|
data-test-action="back"
|
|
...attributes
|
|
>
|
|
<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> |