mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
Merge branch 'master' into status-refactor
Conflicts: app/models/domain.rb db/schema.rb
This commit is contained in:
commit
4bf5a968bd
29 changed files with 4911 additions and 49 deletions
|
@ -7,7 +7,8 @@
|
|||
%dd= @contact.code
|
||||
|
||||
%dt= t(:password)
|
||||
%dd= @contact.auth_info
|
||||
%dd
|
||||
= text_field_tag :auth_info, @contact.auth_info, readonly: true, class: 'partially-hidden'
|
||||
|
||||
%br
|
||||
|
||||
|
|
|
@ -13,7 +13,8 @@
|
|||
%dd= link_to(@domain.registrar, root_path)
|
||||
|
||||
%dt= t(:password)
|
||||
%dd= @domain.auth_info
|
||||
%dd
|
||||
= text_field_tag :password, @domain.auth_info, readonly: true, class: 'partially-hidden'
|
||||
|
||||
%dt= t(:valid_from)
|
||||
%dd= l(@domain.valid_from)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue