fixed admin pagination

This commit is contained in:
dinsmol 2021-07-29 15:26:44 +03:00
parent f81c06673c
commit 11029e83ce
25 changed files with 126 additions and 15 deletions

View file

@ -43,6 +43,10 @@
%hr
.row
.col-md-12
= paginate @repp_logs
.pull-right
.pagination
= t(:result_count, count: @count) if @count > 0
.table-responsive
%table.table.table-hover.table-bordered.table-condensed
%thead
@ -66,3 +70,6 @@
.row
.col-md-12
= paginate @repp_logs
.pull-right
.pagination
= t(:result_count, count: @count)