_form.html.haml revision 03f646de2163bd949f5170ec851a86dc0d3ca064
6b0f9cd2ee601121cb7fe1d9ad8ebce782aa8f39Stephen Gallagher= simple_form_for [parent, resource], html: { class: 'form-horizontal' } do |f|
6b0f9cd2ee601121cb7fe1d9ad8ebce782aa8f39Stephen Gallagher = f.input :required_cons_status, :as => :select, :collection => Link::CONS_STATUSES, :include_blank => false
6b0f9cd2ee601121cb7fe1d9ad8ebce782aa8f39Stephen Gallagher = f.input :proven_cons_status, :as => :select, :collection => Link::CONS_STATUSES, :include_blank => false
1008001f34abb42df75f840db17f14a83f0c21d4Stephen Gallagher = f.input :proof_status, :as => :select, :collection => Link::CONS_STATUSES, :include_blank => false
2cb6f28b3a12bb714bf14494d31eb6b6fff64b8bJakub Hrozek .form-actions
6b0f9cd2ee601121cb7fe1d9ad8ebce782aa8f39Stephen Gallagher = f.button :submit, class: 'btn-primary'