Sha256: 735a761e6cb9e9f8c4b9bb8675d560a0c49f7c428aaf93257e198a9d44f99f81
Contents?: true
Size: 714 Bytes
Versions: 17
Compression:
Stored size: 714 Bytes
Contents
.manager--leads-index %h5 = link_to 'Leads', leads_path (#{@leads.count}) = link_to raw("<i class='fa fa-plus-square'></i>"), new_lead_path = link_to '(done)', done_leads_path %table %tr %th %th Created At %th Company %th Email %th Job Url %th Description - @leads.each do |lead| %tr %td= link_to raw('<i class="fa fa-play"></i>'), lead_path( lead ) %td= pretty_date lead.created_at %td= lead.company %td= link_to raw('<i class="fa fa-envelope"></i>'), "mailto:#{lead.email}" %td= link_to raw('<i class="fa fa-user-md"></i>'), lead.job_url, :target => '_blank' %td= lead.description
Version data entries
17 entries across 17 versions & 1 rubygems