mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 16:53:37 +02:00
parent
b4bb64639e
commit
8a5d06827c
2 changed files with 7 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
%th{class: 'col-xs-3'}=custom_sort_link t(:domain_name), :name
|
%th{class: 'col-xs-3'}=custom_sort_link t(:domain_name), :name
|
||||||
%th{class: 'col-xs-3'}=custom_sort_link t(:registrar_name), :registrar_name
|
%th{class: 'col-xs-3'}=custom_sort_link t(:registrar_name), :registrar_name
|
||||||
%th{class: 'col-xs-3'}=custom_sort_link t(:valid_to), :valid_to
|
%th{class: 'col-xs-3'}=custom_sort_link t(:valid_to), :valid_to
|
||||||
%th{class: 'col-xs-3'}= t(:roles)
|
%th{class: 'col-xs-3'}= t('.roles')
|
||||||
%tbody
|
%tbody
|
||||||
- domains.each do |x|
|
- domains.each do |x|
|
||||||
%tr
|
%tr
|
||||||
|
|
6
config/locales/registrar/contacts.en.yml
Normal file
6
config/locales/registrar/contacts.en.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
en:
|
||||||
|
registrar:
|
||||||
|
contacts:
|
||||||
|
partials:
|
||||||
|
domains:
|
||||||
|
roles: Roles
|
Loading…
Add table
Add a link
Reference in a new issue