app/views/mail_engine/reports/charts/invalidemails.html.erb in mail_engine-0.0.1 vs app/views/mail_engine/reports/charts/invalidemails.html.erb in mail_engine-0.1.0
- old
+ new
@@ -1,12 +1,12 @@
<h1><%= params[:type].titleize %></h1>
-<% show_no_record(@result) do %>
+<%= show_no_record(@result) do %>
<table class="data-table">
<tr>
<th>Email</th>
<th>Reason</th>
- <th>Created At</th>
+ <th width="120">Created At</th>
</tr>
<% @result.each do |record| %>
<tr class="even">
<td><%= record["email"] %></td>
\ No newline at end of file