Sha256: d204ed058c3c93e2fe6de68d189fc1da12d5c73804fd265f4b0309aac5f59e28

Contents?: true

Size: 543 Bytes

Versions: 2

Compression:

Stored size: 543 Bytes

Contents

.row.wrapper.border-bottom.white-bg.page-heading
  .col-sm-4
    %h2 New Campaigns
    %ol.breadcrumb
      %li
        %a{:href => ""} Home
      %li.active
        %strong Campaigns list

.row
  .col-lg-12
    .wrapper.wrapper-content.animated.fadeInUp
      .ibox
        .ibox-title
          %h5 New Campaign

        .ibox-content

          = simple_form_for ["manage", @campaign] do |f|

            = f.input :list_id, as: :select , collection: Chaskiq::List.all, label: "Choose a mail list"
            = f.submit "Create Campaign"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
chaskiq-0.0.3 app/views/chaskiq/manage/campaigns/new.haml
chaskiq-0.0.2 app/views/chaskiq/manage/campaigns/new.haml