<%= select_tag "category", options_for_select( [["全部", 0], ["管培", 1], ["全职", 2], ["专职", 3]], selected: 0 ), { include_blank: true } %>