Sha256: a78570bf3429ee2e3ef590f3739c727c265d95485b39920edef4073181910d6f
Contents?: true
Size: 566 Bytes
Versions: 2
Compression:
Stored size: 566 Bytes
Contents
= render "menu" .row .col-lg-12 .wrapper.wrapper-content.animated.fadeInUp .ibox .ibox-title %h5 List .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 :name = f.input :list_id, as: :select, collection: Chaskiq::List.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/list.haml |
chaskiq-0.0.2 | app/views/chaskiq/manage/campaign_wizard/list.haml |