Sha256: 00c8417ef1b78df3dd0e2055f99a4bc40b741751a305cdf4f6b072262baea5cb

Contents?: true

Size: 1.05 KB

Versions: 40

Compression:

Stored size: 1.05 KB

Contents

-# = ctx.inspect

.email-contexts--form-reply.form-mini
  = form_for ctx do |f|

    .flex-row
      .flex-row
        %label from
        = f.select :from_email, options_for_select( WcoEmail::EmailTemplate.from_emails_list, selected: ctx.from_email ), {}, class: 'select2'
        %label to (lead)
        = f.select :lead, options_for_select( @leads_list, selected: lead_id ), {}, class: 'select2', required: true
      .flex-row
        = f.label :template
        = f.select :email_template_id, options_for_select( @email_templates_list ), {}, class: 'select2', required: true
        = link_to '[+]', new_email_template_path, target: :_blank
    .flex-row
      %label Subject
      = f.text_field :subject, class: 'w-100'
    .flex-row
      .flex-row
        %label Respond inline?
        = check_box_tag :respond_inline, message.id, checked: true
      .flex-row
        = f.label :send_at
        = f.text_field :send_at, required: true, placeholder: 'YYYY-MM-DD', value: Time.now.strftime('%Y-%m-%d'), size: 10, class: 'input-date'
      = f.submit 'Send/Schedule'

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
wco_email-0.1.1.20 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.19 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.18 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.17 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.16 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.15 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.14 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.13 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.12 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.11 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.10 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.9 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.8 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.7 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.6 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.5 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.4 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.3 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.2 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.1 app/views/wco_email/contexts/_form_reply.haml