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.471 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.470 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.469 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.468 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.467 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.466 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.465 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.464 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.463 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.462 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.461 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.460 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.459 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.458 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.457 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.456 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.455 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.454 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.453 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.452 app/views/ish_manager/email_campaigns/show.haml