mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
Merge branch 'registry-343' into refactor-admin-registrars
This commit is contained in:
commit
de23a7bdb4
21 changed files with 171 additions and 82 deletions
|
@ -43,6 +43,12 @@
|
|||
.col-md-7
|
||||
= f.email_field :billing_email, class: 'form-control'
|
||||
|
||||
.form-group
|
||||
.col-md-4.control-label
|
||||
= f.label :accounting_customer_code
|
||||
.col-md-7
|
||||
= f.text_field :accounting_customer_code, class: 'form-control', required: true
|
||||
|
||||
.row
|
||||
.col-md-8
|
||||
.panel.panel-default
|
||||
|
|
|
@ -42,6 +42,9 @@
|
|||
%dt= Registrar.human_attribute_name :website
|
||||
%dd= @registrar.website
|
||||
|
||||
%dt= Registrar.human_attribute_name :accounting_customer_code
|
||||
%dd= @registrar.accounting_customer_code
|
||||
|
||||
.col-md-6
|
||||
.panel.panel-default
|
||||
.panel-heading
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue