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

index d7224b0..bcf04ab 100644 (file)
@@ -85,12 +85,12 @@ pre.code.diff {
 <table>
     <tr>
         <td>File / Who Changed it</td>
-        <td flexy:foreach="changers,person,one">{person}</td>
+        <td flexy:foreach="changers,person,one">{bchanges.person}</td>
     </tr>
     <tr flexy:foreach="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">{repo.array_value(summary,fname,person)}</td>
+        <td flexy:foreach="changers,person,one">{bchanges.repo.array_value(summary,fname,person)}</td>
     </tr>
     
 </table>