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.451 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.450 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.449 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.448 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.447 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.446 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.445 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.444 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.443 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.442 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.441 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.440 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.439 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.438 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.437 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.436 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.435 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.434 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.433 app/views/ish_manager/email_campaigns/show.haml
ish_manager-0.1.8.432 app/views/ish_manager/email_campaigns/show.haml