mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Add result count #2122
This commit is contained in:
parent
6ddaf2a09e
commit
82221da674
2 changed files with 5 additions and 1 deletions
|
@ -75,8 +75,11 @@
|
||||||
%td= l(x.valid_to, format: :short)
|
%td= l(x.valid_to, format: :short)
|
||||||
%td= link_to(x.registrar, admin_registrar_path(x.registrar)) if x.registrar
|
%td= link_to(x.registrar, admin_registrar_path(x.registrar)) if x.registrar
|
||||||
.row
|
.row
|
||||||
.col-md-12
|
.col-md-6
|
||||||
= paginate @domains
|
= paginate @domains
|
||||||
|
.col-md-6.text-right
|
||||||
|
.pagination
|
||||||
|
= t(:result_count, count: @domains.total_count)
|
||||||
|
|
||||||
:coffee
|
:coffee
|
||||||
$(".js-reset-form").on "click", (e) ->
|
$(".js-reset-form").on "click", (e) ->
|
||||||
|
|
|
@ -892,3 +892,4 @@ en:
|
||||||
contact_ident: 'Contact ident'
|
contact_ident: 'Contact ident'
|
||||||
results_per_page: 'Results per page'
|
results_per_page: 'Results per page'
|
||||||
nameserver_hostname: 'Nameserver hostname'
|
nameserver_hostname: 'Nameserver hostname'
|
||||||
|
result_count: '%{count} results'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue