td = check_box_tag 'license', license.id, false td = license.name td = license.license_code&.code td = license.name_of_person td = license.number td = license.classifications td = license.expires_on.try(:strftime, '%m-%d-%Y') td = license.issue_date.try(:strftime, '%m-%d-%Y') td.tstep span.pl10 = link_to edit_company_license_path(license), data: {toggle: 'emodal', title: 'Edit License', 'modal-id': 'new_licenses_emodal'} do = fa_icon(:pencil) span.pl10 = link_to company_license_path(license), method: :delete, remote: true do = fa_icon('times-circle-o')