Sha256: 0c7ee62d136e7a60a9df1e3f7ce8b132a262ba9d5d9052392b3828ff71668fa8

Contents?: true

Size: 852 Bytes

Versions: 16

Compression:

Stored size: 852 Bytes

Contents

.email-actions-index.padded
  .header
    %h2
      Email Actions
      (#{Sch.all.count})
      = link_to '[+]', new_email_action_path

  %table.bordered.data-table
    %thead
      %tr
        %td
        %td Active?
        %td Email Action Template
        %td To <br />(Lead)
        %td.tmpl Email Template
        %td Perform at
    %tbody
      - @schs.each do |sch|
        %tr
          %td= link_to '[~]', edit_email_action_path(sch)
          %td= sch.status == 'active' ? 'Y' : '-'
          %td.email_action_template
            = render '/wco_email/email_action_templates/show_cell', tmpl: sch.tmpl
          %td.to
            = link_to sch.lead.email, wco.lead_path(sch.lead)
          %td.tmpl
            = render '/wco_email/email_templates/show_cell', tmpl: sch.tmpl.email_template
          %td= sch.perform_at.in_time_zone





Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
wco_email-0.1.1.28 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.27 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.26 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.25 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.24 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.23 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.22 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.21 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.20 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.19 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.18 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.17 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.16 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.15 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.14 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.13 app/views/wco_email/email_actions/index.haml