mirror of
https://github.com/internetee/registry.git
synced 2025-08-11 20:19:34 +02:00
116209751-typo
This commit is contained in:
parent
7e1ad77258
commit
5025758bc1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
.col-md-4.control-label
|
.col-md-4.control-label
|
||||||
= label_tag 'domain[verified]', t(:verified)
|
= label_tag 'domain[verified]', t(:verified)
|
||||||
.col-md-6
|
.col-md-6
|
||||||
= check_box_tag 'domain[verified]', '1', domain[:verified].eql?('1'), onclick: "return (confirm('#{t(:verified_confirm)}') ? true : false);"
|
= check_box_tag 'domain[verified]', '1', params[: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