Sha256: e9da9f0a18ec0a53ee57a97ee88e7c0f7dc2ca161f37d60f5651e4e7524543b1
Contents?: true
Size: 995 Bytes
Versions: 37
Compression:
Stored size: 995 Bytes
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} .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
37 entries across 37 versions & 1 rubygems