Sha256: 59e7b83da06fd65c7e2906488b70dec32021c336b139876dfce351d46d4b4245
Contents?: true
Size: 646 Bytes
Versions: 12
Compression:
Stored size: 646 Bytes
Contents
.manager-leadsets-index %h5 SQL = link_to 'Leadsets', leadsets_path (#{Leadset.all.count}) = link_to raw("<i class='fa fa-plus-square'></i>"), 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
Version data entries
12 entries across 12 versions & 1 rubygems