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.40 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.39 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.38 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.37 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.36 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.35 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.34 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.33 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.32 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.31 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.30 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.29 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.28 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.27 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.26 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.25 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.24 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.23 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.22 app/views/wco_email/contexts/_form_reply.haml
wco_email-0.1.1.21 app/views/wco_email/contexts/_form_reply.haml