Sha256: 1829ab02fdebc48c33782a28bc495dbfd582c73ce544decc82196d5a8e045db1

Contents?: true

Size: 855 Bytes

Versions: 30

Compression:

Stored size: 855 Bytes

Contents

- content_for :sidebar do
  = render 'wco_email/sidebar'

.conversations-show.maxwidth
  %h5
    = @conversation.subject
    <b>(#{@conversation.messages.length})</b>
    %span.gray.mini= @conversation.id


  - if @other_convs.present?
    - @other_convs.each do |conv|
      .d-flex
        = button_to "Merge", merge_email_conversations_path( @conversation, conv ), data: { confirm: 'Are you sure?' }
        = conv.subject
        (#{conv.messages.length})
        %span.gray.mini= conv.id


  %ul.m-0.p-0
    - @conversation.messages.each do |msg|
      %li
        = render '/wco_email/messages/meta', message: msg
        %iframe.message-iframe{ src: message_iframe_path(msg) }

        = render '/wco_email/contexts/form_reply', lead_id: msg.lead_id, message: msg, ctx: WcoEmail::Context.new({ from_email: msg.to&.downcase, subject: msg.subject })

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
wco_email-0.1.1.35 app/views/wco_email/conversations/show.haml
wco_email-0.1.1.34 app/views/wco_email/conversations/show.haml
wco_email-0.1.1.33 app/views/wco_email/conversations/show.haml
wco_email-0.1.1.32 app/views/wco_email/conversations/show.haml
wco_email-0.1.1.31 app/views/wco_email/conversations/show.haml
wco_email-0.1.1.30 app/views/wco_email/conversations/show.haml
wco_email-0.1.1.29 app/views/wco_email/conversations/show.haml
wco_email-0.1.1.28 app/views/wco_email/conversations/show.haml
wco_email-0.1.1.27 app/views/wco_email/conversations/show.haml
wco_email-0.1.1.26 app/views/wco_email/conversations/show.haml
wco_email-0.1.1.25 app/views/wco_email/conversations/show.haml
wco_email-0.1.1.24 app/views/wco_email/conversations/show.haml
wco_email-0.1.1.23 app/views/wco_email/conversations/show.haml
wco_email-0.1.1.22 app/views/wco_email/conversations/show.haml
wco_email-0.1.1.21 app/views/wco_email/conversations/show.haml
wco_email-0.1.1.20 app/views/wco_email/conversations/show.haml
wco_email-0.1.1.19 app/views/wco_email/conversations/show.haml
wco_email-0.1.1.18 app/views/wco_email/conversations/show.haml
wco_email-0.1.1.17 app/views/wco_email/conversations/show.haml
wco_email-0.1.1.16 app/views/wco_email/conversations/show.haml