_form.html.haml revision 379e77a2ae022772d831a0221856d3dc33766d79
= simple_form_for resource, html: {class: 'form-horizontal' } do |f|
= f.input :name, input_html: { class: 'input-xlarge' }, required: true
= f.input :description, input_html: { class: 'input-xlarge' }
= f.input :private_flag, label: "Repository private"
- if resource.new_record?
= f.input :source_address
= f.button :wrapped