Sha256: 17a00a47648e6458ea711b8741aba27bfc9e7d43c2195064ed20c50860842bdc

Contents?: true

Size: 1.19 KB

Versions: 13

Compression:

Stored size: 1.19 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
            = pp_date( ctx.sent_at ) || 'not sent'
            = link_to ctx.subject.presence||"No Subj?!", email_context_path(ctx)
    .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

13 entries across 13 versions & 1 rubygems

Version Path
ish_manager-0.1.8.453 app/views/ish_manager/leads/show.haml
ish_manager-0.1.8.452 app/views/ish_manager/leads/show.haml
ish_manager-0.1.8.451 app/views/ish_manager/leads/show.haml
ish_manager-0.1.8.450 app/views/ish_manager/leads/show.haml
ish_manager-0.1.8.449 app/views/ish_manager/leads/show.haml
ish_manager-0.1.8.448 app/views/ish_manager/leads/show.haml
ish_manager-0.1.8.447 app/views/ish_manager/leads/show.haml
ish_manager-0.1.8.446 app/views/ish_manager/leads/show.haml
ish_manager-0.1.8.445 app/views/ish_manager/leads/show.haml
ish_manager-0.1.8.444 app/views/ish_manager/leads/show.haml
ish_manager-0.1.8.443 app/views/ish_manager/leads/show.haml
ish_manager-0.1.8.442 app/views/ish_manager/leads/show.haml
ish_manager-0.1.8.441 app/views/ish_manager/leads/show.haml