fieldset.col-lg-12.col-md-12.col-sm-12.col-xs-12.no-padding.mb15 .fs10.col-sx-12.col-sm-12.text-left.pt15.hide .col-sm-6.left span.semibold.nested-field-label data-type='Experience' .col-sm-6.right .cjob = f.input :is_current, label:false, inline_label:true .vspace5 .row.pb10 .col-sm-6.col-md-12 = f.input :university_name, input_html: {data: {toggle: 'tooltip', placement: 'left'}, title: 'University Name'}, label: false = f.input :title, input_html: {data: {toggle: 'tooltip', placement: 'left'}, title: 'Title'}, label: false .clearfix .inline.mr10 | Time Period .inline.mr10.iset-tp = f.input :start_date, as: :date, label: false, start_year: Date.today.year - 60, end_year: Date.today.year, default: { year: 2000 , month: 1}, :use_month_numbers => true, :order => [:month , :year], wrapper_html: {class: 'inline'} .inline.mr10 | - .inline.mr10.iset-tp = f.input :end_date, as: :date, label: false, start_year: Date.today.year - 60, end_year: Date.today.year, :use_month_numbers => true,:order => [:month , :year], wrapper_html: {class: 'inline'} .col-sm-6.col-md-12 = f.input :location, input_html: {data: {toggle: 'tooltip', placement: 'left'}, title: 'Location'}, label: false = f.input :description, as: :text, input_html: {data: {toggle: 'tooltip', placement: 'left'}, title: 'Description'}, label: false .clearfix .pr20 = f.link_to_remove "Remove Experience", class: "pull-right" .clearfix.pb10