Sha256: 98ea045446a52ef3b489d8bb9ab543d0bedfb464598e33f0c4c948cda317cc8c

Contents?: true

Size: 623 Bytes

Versions: 79

Compression:

Stored size: 623 Bytes

Contents

- ctxs = @ctxs || WcoEmail::Context.all

.a
  = link_to contexts_path({ sent: false }) do
    Email Contexts (#{ctxs.length})
    - if @lead
      For lead #{@lead.email}
- if my_truthy? params[:sent]
  = link_to '[notsent]', contexts_path({ sent: false })
  <b>sent</b>
- else
  <b>notsent</b>
  = link_to '[sent]', contexts_path({ sent: true })
= form_tag contexts_path, method: :get do
  = text_field_tag :q
= link_to '[+]', new_context_path
= link_to '[summary]', contexts_summary_path( format: :html )
= link_to '[csv]',     contexts_summary_path( format: :csv )


-# = link_to '[sent]', contexts_path({ sent: true })

Version data entries

79 entries across 79 versions & 1 rubygems

Version Path
wco_email-0.1.1.82 app/views/wco_email/contexts/_header.haml
wco_email-0.1.1.81 app/views/wco_email/contexts/_header.haml
wco_email-0.1.1.80 app/views/wco_email/contexts/_header.haml
wco_email-0.1.1.79 app/views/wco_email/contexts/_header.haml
wco_email-0.1.1.78 app/views/wco_email/contexts/_header.haml
wco_email-0.1.1.77 app/views/wco_email/contexts/_header.haml
wco_email-0.1.1.76 app/views/wco_email/contexts/_header.haml
wco_email-0.1.1.75 app/views/wco_email/contexts/_header.haml
wco_email-0.1.1.72 app/views/wco_email/contexts/_header.haml
wco_email-0.1.1.71 app/views/wco_email/contexts/_header.haml
wco_email-0.1.1.70 app/views/wco_email/contexts/_header.haml
wco_email-0.1.1.69 app/views/wco_email/contexts/_header.haml
wco_email-0.1.1.68 app/views/wco_email/contexts/_header.haml
wco_email-0.1.1.67 app/views/wco_email/contexts/_header.haml
wco_email-0.1.1.66 app/views/wco_email/contexts/_header.haml
wco_email-0.1.1.65 app/views/wco_email/contexts/_header.haml
wco_email-0.1.1.64 app/views/wco_email/contexts/_header.haml
wco_email-0.1.1.63 app/views/wco_email/contexts/_header.haml
wco_email-0.1.1.62 app/views/wco_email/contexts/_header.haml
wco_email-0.1.1.61 app/views/wco_email/contexts/_header.haml