templates/mail/repo_daily_changes.html
authorAlan Knowles <alan@roojs.com>
Tue, 15 Jan 2019 05:51:56 +0000 (13:51 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 15 Jan 2019 05:51:56 +0000 (13:51 +0800)
templates/mail/repo_daily_changes.html

index bcf04ab..839ac2a 100644 (file)
@@ -85,9 +85,9 @@ pre.code.diff {
 <table>
     <tr>
         <td>File / Who Changed it</td>
-        <td flexy:foreach="changers,person,one">{bchanges.person}</td>
+        <td flexy:foreach="bchanges.changers,person,one">{bchanges.person}</td>
     </tr>
-    <tr flexy:foreach="summary,fname,peeps">
+    <tr flexy:foreach="bchanges.summary,fname,peeps">
         <td flexy:if="repo.array_value(filelinks,fname)"><a href="#{repo.array_values(filelinks,name)}">{fname}</a></td>
         <td flexy:if="!repo.array_value(filelinks,fname)">{fname}</td>
         <td flexy:foreach="changers,person,one">{bchanges.repo.array_value(summary,fname,person)}</td>
@@ -95,7 +95,7 @@ pre.code.diff {
     
 </table> 
 
-<div flexy:foreach="files,filename,lines">
+<div flexy:foreach="bchanges.files,filename,lines">
     
     <h2>{filename}</h2>
     <pre>{lines}</pre>