We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faaf77c commit e406f7eCopy full SHA for e406f7e
addon/components/es-pagination.hbs
@@ -1,5 +1,5 @@
1
<div class="pagination-wrapper">
2
- {{#if @showPrevious}}
+ {{#if (and (has-block "previous") @showPrevious)}}
3
<div class="previous-wrapper">
4
<img alt="left arrow" src="/images/icons/arrow-icon.svg" />
5
<div>{{yield to='previous'}}</div>
0 commit comments