#898: remove "publish_i686_into_x86_64" field from #new and #create pages
This commit is contained in:
parent
c9ce58bdbd
commit
e0de8e7df4
|
@ -38,11 +38,12 @@
|
|||
%span#niceCheckbox1.niceCheck-main= f.check_box :is_package
|
||||
.forcheck= f.label :is_package
|
||||
.both
|
||||
#publish_form{:class => @project.publish_i686_into_x86_64 ? '' : 'hidden'}
|
||||
.check
|
||||
%span.niceCheck-main= f.check_box :publish_i686_into_x86_64
|
||||
.forcheck= f.label :publish_i686_into_x86_64
|
||||
.both
|
||||
- unless [:new, :create].include? act
|
||||
#publish_form{:class => @project.publish_i686_into_x86_64 ? '' : 'hidden'}
|
||||
.check
|
||||
%span.niceCheck-main= f.check_box :publish_i686_into_x86_64
|
||||
.forcheck= f.label :publish_i686_into_x86_64
|
||||
.both
|
||||
|
||||
.both
|
||||
- if [:edit, :update].include? act
|
||||
|
|
Loading…
Reference in New Issue