=semantic_form_for [:admin, @departement_france], :remote => true do |f| .content =f.inputs do = f.input :num_dep, :label => "num_dep :" = f.input :dep_name, :label => "dep_name :" = f.input :region_name, :label => "region_name :" = f.input :num_dep_format, :label => "num_dep_format :" .actions=f.submit "sauvegarder", :class => "btn btn-primary"