open-nomad/ui/app/templates/components/list-pagination/list-pager.hbs
Alex Dadgar e5ec915ac3 sync
2017-09-19 10:08:23 -05:00

6 lines
118 B
Handlebars

{{#if visible}}
{{#link-to (query-params currentPage=page) class=attrs.class}}
{{yield}}
{{/link-to}}
{{/if}}