fieldset.col-lg-12.col-md-12.col-sm-12.col-xs-12.no-padding.mb15.mt10 .fs10.col-sx-12.col-sm-12.text-left.pt15.hide span.semibold.nested-field-label data-type='Education' data-type-first='Your University' .vspace5 .col-sm-6.col-md-12.text-left = f.input :school_name, label: false .clearfix .inline.w120 | Graduation year .inline.mr10.iset-tp = f.input :end_date, start_year: Date.today.year - 60, end_year: Date.today.year + 5, as: :date, label: false, discard_day: true, discard_month: true, wrapper_html: {class: 'div-rpad-sel'} .col-sm-6.col-md-12 = f.input :field_of_study, label: false, placeholder: 'Major' = f.input :minor, label: false, placeholder: 'Minor' = f.link_to_remove "Remove Education", class: "pull-right" .clearfix.pb10