Sha256: 805e617ae45b449812b9659c891dd4ed26a03f41f6eb035602e919ef6482931b

Contents?: true

Size: 558 Bytes

Versions: 2

Compression:

Stored size: 558 Bytes

Contents

= render "menu"


.row
  .col-lg-12
    .wrapper.wrapper-content.animated.fadeInUp
      .ibox
        .ibox-title
          %h5 Choose template
          .ibox-tools
            %a.btn.btn-primary.btn-xs{:href => new_manage_campaign_path }
              Create new Template
        .ibox-content


          = render partial: "wizard_steps"


          = simple_form_for @campaign, url: wizard_path do |f|

            = f.input :template_id , as: :select, collection: Chaskiq::Template.all

            = f.submit

          = render partial: "wizard_nav"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
chaskiq-0.0.3 app/views/chaskiq/manage/campaign_wizard/template.haml
chaskiq-0.0.2 app/views/chaskiq/manage/campaign_wizard/template.haml