.row .col-md-6 = simple_form_for @group do |f| = f.input :name = f.input :description = f.input :enabled = f.button :submit, class: 'btn btn-primary'