Sha256: d3015a7700533c607cf0114a9496fe19ee3212e1f5b53d3afd4f9a2efc8a816c

Contents?: true

Size: 486 Bytes

Versions: 2

Compression:

Stored size: 486 Bytes

Contents

<table width="500">
  <tr>
    <td align="left">
      <h3 style="margin:0"><%= report.title %></h3>
      <ul>
        <li>Total <%= report.model.to_s.pluralize %>: <%= number_with_delimiter(report.total) %></li>
        <li><%= report.model.to_s.pluralize %> created yesterday: <%= number_with_delimiter(report.yesterday) %></li>
      </ul>
    </td>
  </tr>
  <tr>
    <td align="center"><%= image_tag attachments["#{report.hash}.png"].url, align: "center" %></td>
  </tr>
</table>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
reparty-0.1.3 app/views/report_mailer/_active_record.html.erb
reparty-0.1.2 app/views/report_mailer/_active_record.html.erb