mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-04 07:09:14 +00:00
Ensure pagination appears at bottom of table
I'm not sure what the problem was. It's obviously a hacky fix, but it works for now. We intend to rebuild this screen without Angular anyway.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.pagination
|
||||
.pagination{style: "clear: both;"}
|
||||
%button{'ng-click' => 'changePage(1)', 'ng-class' => "{'disabled': pagination.page == 1}", 'ng-disabled' => "pagination.page == 1"}
|
||||
= "«".html_safe
|
||||
= t(:first)
|
||||
|
||||
Reference in New Issue
Block a user