Sha256: 6e5599eaee8453daaff8f4029b5d56b13ca9e7694e00ecd758b56ee0a258da6a
Contents?: true
Size: 1.15 KB
Versions: 8
Compression:
Stored size: 1.15 KB
Contents
.leads-show.padded .header %h2.title Lead ##{@lead.id} = link_to '[~]', edit_lead_path(@lead) %ul %li Name: #{@lead.name} %li Email: #{@lead.email} %li Company: #{ link_to @lead.company.company_url, leadset_path(@lead.company) } %li Phone: #{@lead.phone} %li Address: #{@lead.address} %li Comment: #{raw @lead.comment} .row .col-md-6.ctxs %h5 Email Contexts (#{@ctxs.length}) = link_to '[+]', '#' %ul - @ctxs.each do |ctx| %li = link_to ctx.subject, email_context_path(ctx) = pp_date ctx.sent_at .col-md-6.schs %h5 Scheduled actions (#{@schs.length}) = link_to '[+]', '#' %ul - @schs.each do |sch| %li = link_to sch.email_action.slug, edit_scheduled_email_action_path(sch) = sch.state (#{link_to 'proto-action', edit_email_action_path(sch.email_action)}) = sch.perform_at .row .col-md-12.msgs %h5 Email Messages (#{@msgs.length}) %ul - @msgs.each do |msg| %li= link_to msg.subject, email_conversation_path( msg.conv )
Version data entries
8 entries across 8 versions & 1 rubygems