Namespace translations

This commit is contained in:
Artur Beljajev 2017-06-08 00:09:55 +03:00
parent 821fabd083
commit 0d4f661c1f
10 changed files with 32 additions and 14 deletions

View file

@ -1,7 +1,7 @@
- panel_class = @domain.errors.messages[:admin_contacts] ? 'panel-danger' : 'panel-default'
.panel{class: panel_class}
.panel-heading.clearfix
= t(:admin_contacts)
= t('.title')
.table-responsive
%table.table.table-hover.table-bordered.table-condensed
%thead

View file

@ -1,7 +1,7 @@
- panel_class = @domain.errors.messages[:tech_contacts] ? 'panel-danger' : 'panel-default'
#tech_contacts.panel{class: panel_class}
.panel-heading.clearfix
= t(:tech_contacts)
= t('.title')
.table-responsive
%table.table.table-hover.table-bordered.table-condensed
%thead

View file

@ -13,7 +13,7 @@
%th{class: 'col-xs-1'}= t(:period)
%th{class: 'col-xs-2'}= t(:registrant)
%th{class: 'col-xs-2'}= t('.admin_contact')
%th{class: 'col-xs-2'}= t(:tech)
%th{class: 'col-xs-2'}= t('.tech_contact')
%th{class: 'col-xs-2'}= t(:nameservers)
%th{class: 'col-xs-2'}= t(:dnskeys)
%th{class: 'col-xs-2'}= t(:registrar_name)