templates/mail/EVENT_ERRORS_REPORT.html
authoredward <edward@roojs.com>
Fri, 5 Feb 2016 04:54:45 +0000 (12:54 +0800)
committeredward <edward@roojs.com>
Fri, 5 Feb 2016 04:54:45 +0000 (12:54 +0800)
templates/mail/EVENT_ERRORS_REPORT.html

index ac395da..17e9fa1 100644 (file)
@@ -21,14 +21,14 @@ Content-Type: text/html; charset=utf-8
                 <th>Type</th>
                 <th>Error</th>
             </tr>
-            {foreach:errors,error}
-            <tr>
+            
+            <tr flexy:if="errors,error">
                 <td>{error.event_when}</td>
                 <td>{error.email}</td>
                 <td>{error.action}</td>
                 <td>{error.remarks}</td>
             </tr>
-            {end:}
+            
         </table>
         
     </body>