mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Merge branch '116209751-verified_option' into staging
This commit is contained in:
commit
0466f276e3
3 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
@ -93,7 +93,7 @@ gem 'digidoc_client', '0.2.1'
|
||||||
gem 'epp', '1.4.2', github: 'internetee/epp'
|
gem 'epp', '1.4.2', github: 'internetee/epp'
|
||||||
gem 'epp-xml', '1.0.4',
|
gem 'epp-xml', '1.0.4',
|
||||||
github: 'internetee/epp-xml',
|
github: 'internetee/epp-xml',
|
||||||
ref: '287fe8705ca2f344ea670b922dd9f08635efc7af' # EIS EPP XMLs
|
ref: '009611d78a3bebab33c04f73968f4606863f4b93' # EIS EPP XMLs
|
||||||
gem 'uuidtools', '2.1.5' # For unique IDs (used by the epp gem)
|
gem 'uuidtools', '2.1.5' # For unique IDs (used by the epp gem)
|
||||||
|
|
||||||
# que
|
# que
|
||||||
|
|
|
@ -18,8 +18,8 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/internetee/epp-xml.git
|
remote: https://github.com/internetee/epp-xml.git
|
||||||
revision: 287fe8705ca2f344ea670b922dd9f08635efc7af
|
revision: 009611d78a3bebab33c04f73968f4606863f4b93
|
||||||
ref: 287fe8705ca2f344ea670b922dd9f08635efc7af
|
ref: 009611d78a3bebab33c04f73968f4606863f4b93
|
||||||
specs:
|
specs:
|
||||||
epp-xml (1.0.4)
|
epp-xml (1.0.4)
|
||||||
activesupport (~> 4.1)
|
activesupport (~> 4.1)
|
||||||
|
|
|
@ -8,9 +8,9 @@
|
||||||
.panel-body
|
.panel-body
|
||||||
.form-group
|
.form-group
|
||||||
.col-md-4.control-label
|
.col-md-4.control-label
|
||||||
= label_tag :verified, t(:verified)
|
= label_tag 'domain[verified]', t(:verified)
|
||||||
.col-md-6
|
.col-md-6
|
||||||
= check_box_tag :verified, '1', params[:verified].eql?('1'), onclick: "return (confirm('#{t(:verified_confirm)}') ? true : false);"
|
= check_box_tag 'domain[verified]', '1', domain[:verified].eql?('1'), onclick: "return (confirm('#{t(:verified_confirm)}') ? true : false);"
|
||||||
|
|
||||||
.form-group
|
.form-group
|
||||||
.col-md-4.control-label
|
.col-md-4.control-label
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue