.manager-leadsets-index %h5 SQL = link_to 'Leadsets', leadsets_path (#{Leadset.all.count}) = link_to raw(""), new_leadset_path %table#dataTable.display.compact %thead %tr %th   %th Name %th Tag %th.company-url Company Url %th Location %tbody - @leadsets.each do |leadset| %tr %td= check_box_tag leadset.id %td= link_to leadset.name, leadset_path( leadset ) %td= leadset.tag %td= link_to 'B', leadset.company_url if leadset.company_url.present? %td= leadset.location