#418: Fixed: UI for RU locale
This commit is contained in:
parent
9afa84e8de
commit
74b693dfb0
|
@ -35,20 +35,24 @@
|
||||||
%h3= t('.preferences')
|
%h3= t('.preferences')
|
||||||
.leftlist= f.label :auto_publish_status
|
.leftlist= f.label :auto_publish_status
|
||||||
.rightlist= f.select :auto_publish_status, auto_publish_statuses
|
.rightlist= f.select :auto_publish_status, auto_publish_statuses
|
||||||
|
.both
|
||||||
|
|
||||||
.leftlist= f.label :auto_create_container
|
.leftlist= f.label :auto_create_container
|
||||||
.rightlist= f.check_box :auto_create_container
|
.rightlist= f.check_box :auto_create_container
|
||||||
|
.both
|
||||||
|
|
||||||
.leftlist= f.label :include_testing_subrepository
|
.leftlist= f.label :include_testing_subrepository
|
||||||
.rightlist= f.check_box :include_testing_subrepository
|
.rightlist= f.check_box :include_testing_subrepository
|
||||||
|
.both
|
||||||
|
|
||||||
.leftlist= f.label :use_cached_chroot
|
.leftlist= f.label :use_cached_chroot
|
||||||
.rightlist= f.check_box :use_cached_chroot
|
.rightlist= f.check_box :use_cached_chroot
|
||||||
|
.both
|
||||||
|
|
||||||
.leftlist= f.label :use_extra_tests
|
.leftlist= f.label :use_extra_tests
|
||||||
.rightlist= f.check_box :use_extra_tests
|
.rightlist= f.check_box :use_extra_tests
|
||||||
|
|
||||||
.both
|
.both
|
||||||
|
|
||||||
.hr
|
.hr
|
||||||
|
|
||||||
.button_block
|
.button_block
|
||||||
|
|
Loading…
Reference in New Issue