mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
Keyrelay list on domain, translations refactor
This commit is contained in:
parent
c15b4d48b9
commit
ee060fca1a
56 changed files with 439 additions and 356 deletions
|
@ -1,6 +1,6 @@
|
|||
.row
|
||||
.col-sm-12
|
||||
%h2.text-center-xs= t('shared.domains')
|
||||
%h2.text-center-xs= t('domains')
|
||||
%hr
|
||||
.row
|
||||
.col-md-12
|
||||
|
@ -9,7 +9,7 @@
|
|||
%thead
|
||||
%tr
|
||||
%th{class: 'col-xs-1'}
|
||||
= t('shared.name')
|
||||
= t('name')
|
||||
%th{class: 'col-xs-1'}
|
||||
= sort_link(@q, 'whodunnit')
|
||||
%th{class: 'col-xs-1'}
|
||||
|
|
|
@ -12,12 +12,12 @@
|
|||
%table.table-hover.table-bordered.table-condensed
|
||||
%thead
|
||||
%tr
|
||||
%th{class: 'col-xs-2'}= t(:'shared.domain_info')
|
||||
%th{class: 'col-xs-2'}= t(:'shared.owner_contact')
|
||||
%th{class: 'col-xs-2'}= t(:'shared.admin_contacts')
|
||||
%th{class: 'col-xs-2'}= t(:'shared.tech_contacts')
|
||||
%th{class: 'col-xs-2'}= t(:'shared.nameservers')
|
||||
%th{class: 'col-xs-1'}= t(:'shared.changes_info')
|
||||
%th{class: 'col-xs-2'}= t(:'domain_info')
|
||||
%th{class: 'col-xs-2'}= t(:'owner_contact')
|
||||
%th{class: 'col-xs-2'}= t(:'admin_contacts')
|
||||
%th{class: 'col-xs-2'}= t(:'tech_contacts')
|
||||
%th{class: 'col-xs-2'}= t(:'nameservers')
|
||||
%th{class: 'col-xs-1'}= t(:'changes_info')
|
||||
|
||||
%tbody
|
||||
- @versions.each do |version|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue