mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
Remove delegations
This commit is contained in:
parent
c85ebf542d
commit
0f4a67d696
18 changed files with 30 additions and 46 deletions
|
@ -29,7 +29,7 @@
|
|||
%p= t('.registrant') + ':'
|
||||
.column-values
|
||||
%p= @domain.name
|
||||
%p= "#{@domain.registrant_name} (#{@domain.registrant.ident})"
|
||||
%p= "#{@domain.registrant.name} (#{@domain.registrant.ident})"
|
||||
|
||||
.row
|
||||
.col-md-12.text-center
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
%p= t(:new_pending_registrant) + ':'
|
||||
.column-values
|
||||
%p= @domain.name
|
||||
%p= "#{@domain.registrant_name} (#{@domain.registrant.ident})"
|
||||
%p= "#{@domain.registrant.name} (#{@domain.registrant.ident})"
|
||||
%p= "#{@domain.pending_registrant.try(:name)} (#{@domain.pending_registrant.try(:ident)})"
|
||||
|
||||
.row
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue