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
|
@ -46,5 +46,8 @@
|
|||
%td{class: 'text-right'}= t(:total)
|
||||
%td{class: total > 0 ? 'text-success' : 'text-danger'}= total > 0 ? "+#{total} EUR" : "#{total} EUR"
|
||||
.row
|
||||
.col-md-12
|
||||
.col-md-6
|
||||
= paginate @account_activities
|
||||
.col-md-6.text-right
|
||||
.pagination
|
||||
= t(:result_count, count: @count)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue