mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 10:19:45 +02:00
Merge remote-tracking branch 'origin/105842700-registrants_portal' into staging
This commit is contained in:
commit
cc714460f2
3 changed files with 5 additions and 4 deletions
|
@ -6,6 +6,9 @@
|
||||||
%dt= t(:id)
|
%dt= t(:id)
|
||||||
%dd= @contact.code
|
%dd= @contact.code
|
||||||
|
|
||||||
|
%dt= t(:name)
|
||||||
|
%dd= @contact.name
|
||||||
|
|
||||||
%dt= t(:password)
|
%dt= t(:password)
|
||||||
%dd
|
%dd
|
||||||
= text_field_tag :auth_info, @contact.auth_info, readonly: true, class: 'partially-hidden'
|
= text_field_tag :auth_info, @contact.auth_info, readonly: true, class: 'partially-hidden'
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
- content_for :actions do
|
|
||||||
= render 'shared/title', name: @contact.name
|
= render 'shared/title', name: @contact.name
|
||||||
|
|
||||||
.row
|
.row
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
- content_for :actions do
|
|
||||||
= render 'shared/title', name: @domain.name
|
= render 'shared/title', name: @domain.name
|
||||||
|
|
||||||
.row
|
.row
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue