Sha256: dd6071b4f0be358416cbbc841d1884a8dbe21c2941a214dda16248400a253096

Contents?: true

Size: 357 Bytes

Versions: 16

Compression:

Stored size: 357 Bytes

Contents

<h1><%= params[:type].titleize %></h1>

<%= show_no_record(@result) do %>
  <table class="data-table">
    <tr>
      <th>Email</th>
      <th width="120">Created At</th>
    </tr>

  <% @result.each do |record| %>
    <tr class="even">
      <td><%= record["email"] %></td>
      <td><%= record["created"] %></td>
    </tr>
  <% end %>
  </table>
<% end %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
mail_engine-0.1.15 app/views/mail_engine/reports/charts/spamreports.html.erb
mail_engine-0.1.14 app/views/mail_engine/reports/charts/spamreports.html.erb
mail_engine-0.1.13 app/views/mail_engine/reports/charts/spamreports.html.erb
mail_engine-0.1.12 app/views/mail_engine/reports/charts/spamreports.html.erb
mail_engine-0.1.11 app/views/mail_engine/reports/charts/spamreports.html.erb
mail_engine-0.1.10 app/views/mail_engine/reports/charts/spamreports.html.erb
mail_engine-0.1.9 app/views/mail_engine/reports/charts/spamreports.html.erb
mail_engine-0.1.8 app/views/mail_engine/reports/charts/spamreports.html.erb
mail_engine-0.1.7 app/views/mail_engine/reports/charts/spamreports.html.erb
mail_engine-0.1.6 app/views/mail_engine/reports/charts/spamreports.html.erb
mail_engine-0.1.5 app/views/mail_engine/reports/charts/spamreports.html.erb
mail_engine-0.1.4 app/views/mail_engine/reports/charts/spamreports.html.erb
mail_engine-0.1.3 app/views/mail_engine/reports/charts/spamreports.html.erb
mail_engine-0.1.2 app/views/mail_engine/reports/charts/spamreports.html.erb
mail_engine-0.1.1 app/views/mail_engine/reports/charts/spamreports.html.erb
mail_engine-0.1.0 app/views/mail_engine/reports/charts/spamreports.html.erb