.modal-close = link_to '', '#', class: 'close-dialog', data: {dismiss: :modal} .modbox h4 | Add New #{Section.model_name.human} #add_section = simple_nested_form_for [:admin, Section.new], turboboost: true, validate: true do |f| = f.input :name = f.button :submit, "Add #{Section.model_name.human}"