Sha256: e28ef222ab449369defb50a758bf4c560be1c7b4b95ca9bb5878ad2efacefc8f
Contents?: true
Size: 1.3 KB
Versions: 2
Compression:
Stored size: 1.3 KB
Contents
= render "menu" .row .col-lg-12 .wrapper.wrapper-content.animated.fadeInUp .ibox .ibox-title %h5 Setup .ibox-tools .ibox-content = render partial: "wizard_steps" = simple_form_for @campaign, url: wizard_path, html: {class: "wizard-big wizard clearfix"} do |f| .col-lg-6 = f.input :name .col-lg-6 = f.input :subject .col-lg-6 = f.input :logo, as: :file, input_html:{ image: @campaign.logo} .col-lg-6 = f.input :from_name .col-lg-6 = f.input :from_email .col-lg-6 = f.input :reply_email .col-lg-6 = f.input :query_string .col-lg-6 = f.input :scheduled_at, as: :date_time_picker .col-lg-6 = f.input :timezone, as: :select , collection: ActiveSupport::TimeZone.us_zones, default: "Pacific Time (US & Canada)" .col-lg-12 = f.input :description -#= f.input :created_at -#= f.input :updated_at .clearfix %hr = f.button :submit, "Setup!", :class => "btn btn-primary", disable_with: "loading" = render partial: "wizard_nav"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
chaskiq-0.0.6 | app/views/chaskiq/manage/campaign_wizard/setup.haml |
chaskiq-0.0.5 | app/views/chaskiq/manage/campaign_wizard/setup.haml |