Sha256: f3c724dddb2a9f8a854a8a1befabcc1b4ceaea0b9bb120c27760901fa7ff704b
Contents?: true
Size: 712 Bytes
Versions: 13
Compression:
Stored size: 712 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 created at %th Name %th Tag %th.company-url Company Url %th Location %tbody - @leadsets.each do |leadset| %tr %td= check_box_tag leadset.id %td= leadset.created_at.strftime("%Y-%m-%d %H:%M") %td= link_to leadset.name, leadset_path( leadset ) %td= leadset.tag %td= link_to leadset.company_url, leadset.company_url %td= leadset.location
Version data entries
13 entries across 13 versions & 1 rubygems