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