Sha256: 8738a40aa408f7881cf2fff6b7e0cbaa1d7af620d3612bbfddabd11043b9ec45

Contents?: true

Size: 600 Bytes

Versions: 4

Compression:

Stored size: 600 Bytes

Contents

.messages-show.maxwidth
  %h5
    Message
    <b>Subject:</b>
    = link_to @message.conversation.subject, conversation_path(@message.conversation)
    (#{@message.conversation.messages.length})

  = render 'meta', message: @message
  %iframe.message-iframe{ src: message_iframe_path(@message) }
  = render '/wco_email/contexts/form_reply', lead_id: @message.lead_id, message: @message, ctx: WcoEmail::Context.new({ from_email: @message.to&.downcase, subject: @message.subject, email_template_id: ET.find_by( slug: 'blank').id })

  = @message.inspect
  %hr
  %pre
    = raw @the_mail.body.decoded

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wco_email-0.1.1.79 app/views/wco_email/messages/show.haml
wco_email-0.1.1.78 app/views/wco_email/messages/show.haml
wco_email-0.1.1.77 app/views/wco_email/messages/show.haml
wco_email-0.1.1.76 app/views/wco_email/messages/show.haml