mirror of
https://github.com/internetee/registry.git
synced 2025-07-14 06:55:11 +02:00
Story#105855968 - show Registrar#test_registrar in admin/registrars
This commit is contained in:
parent
c957bce553
commit
60c9a0a766
2 changed files with 4 additions and 0 deletions
|
@ -14,12 +14,15 @@
|
|||
= sort_link(@q, 'reg_no', t(:reg_no))
|
||||
%th{class: 'col-xs-4'}
|
||||
= t(:credit_balance)
|
||||
%th{class: 'col-xs-4'}
|
||||
= t(:test_registrar)
|
||||
%tbody
|
||||
- @registrars.each do |x|
|
||||
%tr
|
||||
%td= link_to(x, [:admin, x])
|
||||
%td= x.reg_no
|
||||
%td= "#{x.balance}"
|
||||
%td= "#{x.test_registrar}"
|
||||
.row
|
||||
.col-md-12
|
||||
= paginate @registrars
|
||||
|
|
|
@ -937,3 +937,4 @@ en:
|
|||
add_blocked_domain: 'Add domain to blocked list'
|
||||
edit_pw: 'Edit Pw'
|
||||
optional: 'Optional'
|
||||
test_registrar: "Test registrar?"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue