_form.html.haml revision 20a7c8fd8857c6b138eafd371c468d09828c8ef8
= simple_form_for [repository, resource], html: {class: 'form-horizontal' } do |f|
= f.input :source, input_html: { class: 'input-xlarge' }, required: true
= f.input :target, input_html: { class: 'input-xlarge' }, required: true
= f.button :wrapped