new.html.haml revision 25f979bdee494bf6a6aeb54d753352832212dd24
970N/A = vf.input :required_cons_status, :as => :select, :collection => Link::CONS_STATUSES, :include_blank => false
970N/A = vf.input :proven_cons_status, :as => :select, :collection => Link::CONS_STATUSES, :include_blank => false
970N/A = vf.input :proof_status, :as => :select, :collection => Link::CONS_STATUSES, :include_blank => false
970N/A = f.association :source, :include_blank => false
970N/A = f.association :target, :include_blank => false