app/views/passes_kits/edit.html.haml in artfully_ose-1.2.0 vs app/views/passes_kits/edit.html.haml in artfully_ose-1.3.0.pre1
- old
+ new
@@ -23,8 +23,14 @@
.span9
= f.text_area :marketing_copy_sidebar, :class => "input-xxlarge wysihtml5", :rows => "8"
.row-fluid.bottom-room
.span3
+ = f.label :passes_storefront, 'Show Passes Storefront', :class => 'control-label'
+ .span9
+ = f.check_box :passes_storefront, :checked => @kit.organization.has_active_passes_storefront?
+
+ .row-fluid.bottom-room
+ .span3
 
.span9
=f.submit "Save", :class => "btn btn-primary"
\ No newline at end of file