Sha256: d7c267125d262709f5e4f6937a062bc6ace4d3684191d70d3bf1b33a568df290

Contents?: true

Size: 792 Bytes

Versions: 83

Compression:

Stored size: 792 Bytes

Contents

.email-campaigns-show.max-width
  .header
    %h5.title
      Email Campaign `#{@campaign.slug}`
      = link_to '[~]', edit_email_campaign_path(@campaign)
      .inline-block
        = form_for @campaign, as: :campaign, method: :post, url: send_email_campaign_path(@campaign) do |f|
          = hidden_field_tag 'campaign[send_at]', Time.now
          = f.submit 'Send', data: { confirm: 'Are you sure?' }

  %ul.browser-default
    %li Template: #{link_to @campaign.email_template.slug, edit_email_template_path(@campaign.email_template)}
    -# %li Send At: #{@campaign.send_at}

  .collapse-expand#campaignLeads Email Campaign leads (#{@campaign.campaign_leads.length})
  = render 'ish_manager/leads/index', leads: @leads, search_path: email_campaign_path(@campaign), email_contexts: {}

Version data entries

83 entries across 83 versions & 1 rubygems

Version Path
ish_manager-0.1.8.513 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.512 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.511 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.510 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.509 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.508 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.507 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.506 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.505 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.504 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.503 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.500 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.499 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.498 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.497 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.496 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.495 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.494 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.493 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.492 app/views/ish_manager/email_campaigns/show.haml