Sha256: efdae1a6d46c06bba7ad985cbf1a4e6a9564a567a6375f2f53627f1c386f3a84

Contents?: true

Size: 933 Bytes

Versions: 83

Compression:

Stored size: 933 Bytes

Contents

- sch_a = scheduled_email_action
- url = sch_a.new_record? ? scheduled_email_actions_path : scheduled_email_action_path(sch_a.id)

.scheduled-email-actions--form
  = form_for scheduled_email_action, url: url, as: :sch do |f|
    .header
      %h5.title Schedule an email action

    .flex-row
      = f.label :lead
      = f.select :lead_id, options_for_select(@leads_list, selected: sch_a[:lead_id]||params[:lead_id] ), {}, class: 'select2'
    .flex-row
      %label State
      = f.select :state, options_for_select(::Office::ScheduledEmailAction::STATES, selected: sch_a.state )
    .flex-row
      = f.label :email_action
      = f.select :email_action, options_for_select( @email_actions_list, selected: sch_a[:email_action_id] ), {}, class: 'select2'
    .flex-row
      = f.label :perform_at
      = f.text_field :perform_at, value: sch_a.new_record? ? Time.now : sch_a.perform_at

    .actions
      = submit_tag 'Schedule'

Version data entries

83 entries across 83 versions & 2 rubygems

Version Path
wco_email-0.1.1.12 app/views/wco_email/email_actions/_form.haml
wco_email-0.1.1.11 app/views/wco_email/email_actions/_form.haml
wco_email-0.1.1.10 app/views/wco_email/email_actions/_form.haml
wco_email-0.1.1.9 app/views/wco_email/email_actions/_form.haml
wco_email-0.1.1.8 app/views/wco_email/email_actions/_form.haml
wco_email-0.1.1.7 app/views/wco_email/email_actions/_form.haml
wco_email-0.1.1.6 app/views/wco_email/email_actions/_form.haml
wco_email-0.1.1.5 app/views/wco_email/email_actions/_form.haml
wco_email-0.1.1.4 app/views/wco_email/email_actions/_form.haml
wco_email-0.1.1.3 app/views/wco_email/email_actions/_form.haml
wco_email-0.1.1.2 app/views/wco_email/email_actions/_form.haml
wco_email-0.1.1.1 app/views/wco_email/email_actions/_form.haml
ish_manager-0.1.8.513 app/views/ish_manager/scheduled_email_actions/_form.haml
ish_manager-0.1.8.512 app/views/ish_manager/scheduled_email_actions/_form.haml
ish_manager-0.1.8.511 app/views/ish_manager/scheduled_email_actions/_form.haml
ish_manager-0.1.8.510 app/views/ish_manager/scheduled_email_actions/_form.haml
ish_manager-0.1.8.509 app/views/ish_manager/scheduled_email_actions/_form.haml
ish_manager-0.1.8.508 app/views/ish_manager/scheduled_email_actions/_form.haml
ish_manager-0.1.8.507 app/views/ish_manager/scheduled_email_actions/_form.haml
ish_manager-0.1.8.506 app/views/ish_manager/scheduled_email_actions/_form.haml