Sha256: 918a4304cab9f368e7fb523954942c092233446935cd7b3657da33d077405880

Contents?: true

Size: 801 Bytes

Versions: 2

Compression:

Stored size: 801 Bytes

Contents

= render "menu"

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


          = render partial: "wizard_steps"
          .col-lg-12
            = link_to "preview", preview_manage_campaign_path(@campaign), class: "btn btn-w-m btn-white"

            = link_to "test", test_manage_campaign_path(@campaign), class: "btn btn-w-m btn-white"

            = link_to "send", deliver_manage_campaign_path(@campaign), class: "btn btn-w-m btn-white"

            = link_to " view reports", "#", class: "btn btn-w-m btn-white"

          .clearfix

          = 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/confirm.haml
chaskiq-0.0.2 app/views/chaskiq/manage/campaign_wizard/confirm.haml