mirror of
https://github.com/internetee/registry.git
synced 2025-06-03 19:27:29 +02:00
Use default translations
This commit is contained in:
parent
59a6f9d21e
commit
1374de89fe
3 changed files with 9 additions and 12 deletions
|
@ -7,10 +7,10 @@
|
|||
<table class="table table-hover table-bordered table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="col-xs-2"><%= t(:name) %></th>
|
||||
<th class="col-xs-2"><%= t('.registrant') %></th>
|
||||
<th class="col-xs-2"><%= t(:valid_to) %></th>
|
||||
<th class="col-xs-2"><%= t(:registrar_name) %></th>
|
||||
<th class="col-xs-2"><%= Domain.human_attribute_name :name %></th>
|
||||
<th class="col-xs-2"><%= Registrant.model_name.human %></th>
|
||||
<th class="col-xs-2"><%= Domain.human_attribute_name :valid_to %></th>
|
||||
<th class="col-xs-2"><%= Registrar.model_name.human %></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
<table class="table table-hover table-bordered table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="col-xs-2"><%= t(:name) %></th>
|
||||
<th class="col-xs-2"><%= t(:id) %></th>
|
||||
<th class="col-xs-2"><%= t(:ident) %></th>
|
||||
<th class="col-xs-2"><%= t(:created_at) %></th>
|
||||
<th class="col-xs-2"><%= t(:registrar_name) %></th>
|
||||
<th class="col-xs-2"><%= Contact.human_attribute_name :name %></th>
|
||||
<th class="col-xs-2"><%= Contact.human_attribute_name :code %></th>
|
||||
<th class="col-xs-2"><%= Contact.human_attribute_name :ident %></th>
|
||||
<th class="col-xs-2"><%= Contact.human_attribute_name :created_at %></th>
|
||||
<th class="col-xs-2"><%= Registrar.model_name.human %></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
|
|
|
@ -8,9 +8,6 @@ en:
|
|||
download_csv_btn: Download CSV
|
||||
reset_btn: Reset
|
||||
|
||||
list_pdf:
|
||||
registrant: Registrant
|
||||
|
||||
partials:
|
||||
registrant:
|
||||
header: Registrant
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue