Sha256: efc8527daa36ec6cee4b95fbc39ba19633d8857136f5ba30ec32e03e3cffe968

Contents?: true

Size: 691 Bytes

Versions: 12

Compression:

Stored size: 691 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 From
        %td To
        %td Tmpl
        %td Perform at
    %tbody
      - @schs.each do |sch|
        %tr
          %td= link_to '[~]', edit_email_action_path(sch)
          %td= sch.status == 'active' ? 'Y' : '-'
          %td= sch.tmpl.from_email
          %td= link_to sch.lead.email, lead_path(sch.lead)
          %td= link_to sch.tmpl.email_template.slug, email_template_path(sch.tmpl.email_template)
          %td= sch.perform_at.in_time_zone





Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
wco_email-0.1.1.12 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.11 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.10 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.9 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.8 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.7 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.6 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.5 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.4 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.3 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.2 app/views/wco_email/email_actions/index.haml
wco_email-0.1.1.1 app/views/wco_email/email_actions/index.haml