Sha256: 2261bd703aa9c940414fafc0991932435096040da3c162731b0f630c6a45f49e
Contents?: true
Size: 599 Bytes
Versions: 2
Compression:
Stored size: 599 Bytes
Contents
<html lang="en" xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html"> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <style type="text/css"> body { font-family: Helvetica, Arial, sans-serif; } </style> </head> <body> <table cellpadding="0" cellspacing="0" border="0" align="center" width="600"> <tr> <td><h1>Your Daily Report:</h1></td> </tr> <% @reports.each do |report| -%> <tr><td> <%= render partial: report.class.name.demodulize.underscore, locals:{report:report} %> </td></tr> <% end -%> </table> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
reparty-0.1.2 | app/views/report_mailer/daily.html.erb |
reparty-0.1.0 | app/views/report_mailer/daily.html.erb |