Sha256: 89f7ae139cfee76a62544361931ea1ced562ffee87cb8cde148feb85e0ff1df3
Contents?: true
Size: 1.34 KB
Versions: 24
Compression:
Stored size: 1.34 KB
Contents
.manager-leads-index %h5 = link_to 'Leads', leads_path (#{Ish::Lead.all.count}) = link_to raw("<i class='fa fa-plus-square'></i>"), new_lead_path = link_to '[done]', done_leads_path %table#dataTable.display.compact %thead %tr %th %th.created-at Created At %th Company %th Tag %th Phone %th Email %th Job Url %th.company-url Company Url %th.yelp-url Yelp Url %th Location %th Description %th Address %tbody - @leads.each do |lead| %tr %td= link_to raw('<i class="fa fa-play"></i>'), lead_path( lead ) %td.created-at= pretty_date lead.created_at %td= lead.company %td= lead.tag %td= lead.phone %td = link_to raw('<i class="fa fa-envelope"></i>'), "mailto:#{lead.email}" if lead.email.present? %td = link_to raw('<i class="fa fa-user-md"></i>'), lead.job_url, :target => '_blank' if lead.job_url.present? %td = link_to 'B', lead.company_url if lead.company_url.present? %td = link_to raw('<i class="fa fa-user-md"></i>'), lead.yelp_url if lead.yelp_url.present? %td= lead.location %td= lead.description %td = 'Y' if lead.address.present?
Version data entries
24 entries across 24 versions & 1 rubygems