Fix rendering of email logs rows. Needed thead around the first row.

This commit is contained in:
Neil Lalonde 2013-08-01 17:15:28 -04:00
parent 236356bfe2
commit b194bafcc8

View file

@ -1,11 +1,13 @@
<table class='table'> <table class='table'>
<tr> <thead>
<th>{{i18n admin.email.sent_at}}</th> <tr>
<th>{{i18n admin.email.user}}</th> <th>{{i18n admin.email.sent_at}}</th>
<th>{{i18n admin.email.to_address}}</th> <th>{{i18n admin.email.user}}</th>
<th>{{i18n admin.email.email_type}}</th> <th>{{i18n admin.email.to_address}}</th>
<th>{{i18n admin.email.reply_key}}</th> <th>{{i18n admin.email.email_type}}</th>
</tr> <th>{{i18n admin.email.reply_key}}</th>
</tr>
</thead>
{{#if model.length}} {{#if model.length}}
{{#group}} {{#group}}