mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
fixed admin pagination
This commit is contained in:
parent
f81c06673c
commit
11029e83ce
25 changed files with 126 additions and 15 deletions
|
@ -1,6 +1,7 @@
|
|||
- content_for :actions do
|
||||
= link_to(t('.new_btn'), new_admin_admin_user_path, class: 'btn btn-primary')
|
||||
= render 'shared/title', name: t('.title')
|
||||
= render 'application/pagination'
|
||||
|
||||
.row
|
||||
.col-md-12
|
||||
|
@ -27,5 +28,7 @@
|
|||
- else
|
||||
%td
|
||||
.row
|
||||
.col-md-12
|
||||
.col-md-6
|
||||
= paginate @admin_users
|
||||
.col-md-6.text-right
|
||||
= t(:result_count, count: @count)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue