mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
fixed admin pagination
This commit is contained in:
parent
f81c06673c
commit
11029e83ce
25 changed files with 126 additions and 15 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue