This commit is contained in:
Ulf Gebhardt 2018-07-22 15:42:11 +02:00
parent 293551a530
commit 129593b51d
No known key found for this signature in database
GPG Key ID: 44C888923CC8E7F3
4 changed files with 0 additions and 32 deletions

View File

@ -1,11 +0,0 @@
<hr>
<h4 style="word-break: break-all;">Commits of Project ${project}</h4>
<table style="width: 100%;" class="sai_table">
<tr>
<th>time</th>
<th>author</th>
<th>log</th>
<th>commit</th>
</tr>
${commit}
</table>

View File

@ -1,5 +0,0 @@
<tr>
<td>${time}</td>
<td><a href="#!updates;update.${update};project.${path}">${path}</a></td>
<td>${git}</td>
</tr>

View File

@ -1,10 +0,0 @@
<hr>
<h4 style="word-break: break-all;">Projects of Update ${update}</h4>
<table style="width: 100%;" class="sai_table">
<tr>
<th>time</th>
<th>path</th>
<th>git</th>
</tr>
${project}
</table>

View File

@ -1,6 +0,0 @@
<tr>
<td>${time}</td>
<td><a href="#!updates;update.${commit}">${commit}</a></td>
<td>${commit_last}</td>
<td>${complete}</td>
</tr>