mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
Add some tests for domain transfer
This commit is contained in:
parent
b48b91878d
commit
72a37f3b08
14 changed files with 120 additions and 39 deletions
|
@ -12,8 +12,8 @@
|
|||
.row
|
||||
.col-md-6
|
||||
.form-group
|
||||
= label_tag :domain_pw
|
||||
= label_tag :domain_pw, t('shared.domain_pw')
|
||||
= text_field_tag(:domain_pw, params[:domain_pw], class: 'form-control')
|
||||
.row
|
||||
.col-md-12.text-right
|
||||
= button_tag(t('shared.save'), class: 'btn btn-primary', name: 'request')
|
||||
= button_tag(t('shared.request_domain_transfer'), class: 'btn btn-primary', name: 'request')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue