module CmAdmin::ViewHelpers
def pop_up_header
def pop_up_header tag.div class: 'modal-header' do tag.button type: 'button', class: 'close', data: { dismiss: 'modal' }, aria: { label: 'Close' } do tag.span 'X', aria: { hidden: 'true' } end tag.h4 'Select columns to export', class: 'modal-title', id: 'exportModal' end end