Sha256: 81be0bc9b430de1403c280f71aa0b27d18c7a19364aa0565c095a806d4af0157

Contents?: true

Size: 843 Bytes

Versions: 11

Compression:

Stored size: 843 Bytes

Contents

<meta charset="UTF-8">
<div class="email-metadata">
  <table>
    <tr>
      <td><strong><%= config.from_label %></strong></td>
      <td><%= html_escape(from) %></td>
    </tr>
    <tr>
      <td><strong><%= config.to_label %></strong></td>
      <td><%= html_escape(to) %></td>
    </tr>
    <tr>
      <td><strong><%= config.cc_label %></strong></td>
      <td><%= html_escape(cc) %></td>
    </tr>
    <tr>
      <td><strong><%= config.date_label %></strong></td>
      <td><%= format_date(date) if date %></td>
    </tr>
  </table>
  <h3><%= subject %></h3>
  <hr>
  <ul class="email-attachments">
    <% attachments.each do |att| %>
      <li class="attachement">
        <span class="filename"><%= att.filename %></span>
        <span class="file-size"><%= format_attachment_size(att) %></span>
      </li>
    <% end %>
  </ul>
</div>

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
eml_to_pdf-0.5.0 lib/eml_to_pdf/templates/heading.html.erb
eml_to_pdf-0.4.1 lib/eml_to_pdf/templates/heading.html.erb
eml_to_pdf_ext-0.6.1 lib/eml_to_pdf_ext/templates/heading.html.erb
eml_to_pdf_ext-0.6.0 lib/eml_to_pdf_ext/templates/heading.html.erb
eml_to_pdf_ext-0.5.8 lib/eml_to_pdf/templates/heading.html.erb
eml_to_pdf_ext-0.5.7 lib/eml_to_pdf/templates/heading.html.erb
eml_to_pdf_ext-0.5.6 lib/eml_to_pdf/templates/heading.html.erb
eml_to_pdf_ext-0.5.5 lib/eml_to_pdf/templates/heading.html.erb
eml_to_pdf_ext-0.5.4 lib/eml_to_pdf/templates/heading.html.erb
eml_to_pdf_ext-0.5.3 lib/eml_to_pdf/templates/heading.html.erb
eml_to_pdf_ext-0.5.2 lib/eml_to_pdf/templates/heading.html.erb