templates/mail/repo_daily_changes.html.oIDeLql
authorAlan Knowles <alan@roojs.com>
Tue, 15 Jan 2019 10:16:35 +0000 (18:16 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 15 Jan 2019 10:16:35 +0000 (18:16 +0800)
Attribute changed templates/mail/repo_daily_changes.html.oIDeLql
templates/mail/repo_daily_changes.html

templates/mail/repo_daily_changes.html

index 839ac2a..1193c49 100644 (file)
@@ -77,25 +77,24 @@ pre.code.diff {
 
 
 </style>
-<div flexy:foreach="branches,bchanges">
 
-<h1>Changes for {bchanges.repo.shortname} [{bchanges.branch}]</h1>
-<small>{bchanges.from_dt} to {bchanges.to_dt}</small>
+<h1>Changes for {repo.shortname} </h1>
+<small>{from_dt} to {to_dt}</small>
 
 <table>
     <tr>
         <td>File / Who Changed it</td>
-        <td flexy:foreach="bchanges.changers,person,one">{bchanges.person}</td>
+        <td flexy:foreach="changers,person,one">{person}</td>
     </tr>
-    <tr flexy:foreach="bchanges.summary,fname,peeps">
+    <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">{bchanges.repo.array_value(summary,fname,person)}</td>
+        <td flexy:foreach="changers,person,one">{repo.array_value(summary,fname,person)}</td>
     </tr>
     
 </table> 
 
-<div flexy:foreach="bchanges.files,filename,lines">
+<div flexy:foreach="files,filename,lines">
     
     <h2>{filename}</h2>
     <pre>{lines}</pre>
@@ -128,5 +127,4 @@ pre.code.diff {
                 
     </table>
     -->
-</div>
 </div>
\ No newline at end of file