Sha256: cb52ea51eb8e13091b28f4af5d34aaeebf16fcc7731f44172fa6e8ae75ea4412

Contents?: true

Size: 524 Bytes

Versions: 12

Compression:

Stored size: 524 Bytes

Contents

.messages-show
  %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 })


Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
wco_email-0.1.1.75 app/views/wco_email/messages/show.haml
wco_email-0.1.1.72 app/views/wco_email/messages/show.haml
wco_email-0.1.1.71 app/views/wco_email/messages/show.haml
wco_email-0.1.1.70 app/views/wco_email/messages/show.haml
wco_email-0.1.1.69 app/views/wco_email/messages/show.haml
wco_email-0.1.1.68 app/views/wco_email/messages/show.haml
wco_email-0.1.1.67 app/views/wco_email/messages/show.haml
wco_email-0.1.1.66 app/views/wco_email/messages/show.haml
wco_email-0.1.1.65 app/views/wco_email/messages/show.haml
wco_email-0.1.1.64 app/views/wco_email/messages/show.haml
wco_email-0.1.1.63 app/views/wco_email/messages/show.haml
wco_email-0.1.1.62 app/views/wco_email/messages/show.haml