Sha256: 912a460ab5e06c93b489aab37032d5e923d26dfbf7319bc7cf77eb72fb0ae191

Contents?: true

Size: 931 Bytes

Versions: 14

Compression:

Stored size: 931 Bytes

Contents

.email-actions-index.padded
  .header
    %h2
      Email Actions
      (#{@email_actions.length})
      = 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
      - @email_actions.each do |ea|
        %tr
          %td= link_to '[~]', edit_email_action_path(ea)
          %td= ea.status == 'active' ? 'Y' : '-'
          %td.email_action_template
            = render '/wco_email/email_action_templates/show_cell', tmpl: ea.tmpl
          %td.to
            = link_to ea.lead.email, wco.lead_path(ea.lead)
          %td.tmpl
            = render '/wco_email/email_templates/show_cell', tmpl: ea.tmpl.email_template
          %td
            = pp_date ea.perform_at.in_time_zone
            = pp_time ea.perform_at.in_time_zone





Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
wco_email-0.1.1.89 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.88 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.86 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.85 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.84 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.83 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.82 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.81 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.80 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.79 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.78 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.77 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.76 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.75 app/views/wco_email/email_actions/index.haml