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.491 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.490 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.489 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.488 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.487 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.486 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.485 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.484 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.483 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.482 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.481 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.480 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.479 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.478 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.477 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.476 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.475 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.474 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.473 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.472 app/views/ish_manager/email_campaigns/show.haml