summaryrefslogtreecommitdiff
path: root/templates/package_vers.tmpl
diff options
context:
space:
mode:
authorSean Finney <seanius@debian.org>2008-06-28 22:07:56 +0200
committerSean Finney <seanius@debian.org>2008-06-28 22:07:56 +0200
commit255b36b8a34f2221680f6838f63d2952535f8861 (patch)
tree796d8f4af29e8f6bef968ce4ad0e48510ccc7b06 /templates/package_vers.tmpl
parentce5734f06e10f6dc8b98b1feeae7d5a052304b97 (diff)
downloadpatch-tracker-255b36b8a34f2221680f6838f63d2952535f8861.tar.gz
remove superfluous diffgz in summary
it shows up in the next table below if it exists, anyway.
Diffstat (limited to 'templates/package_vers.tmpl')
-rwxr-xr-xtemplates/package_vers.tmpl6
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/package_vers.tmpl b/templates/package_vers.tmpl
index a90757c..e2efc6d 100755
--- a/templates/package_vers.tmpl
+++ b/templates/package_vers.tmpl
@@ -13,17 +13,11 @@ debian specific patch information for $src.name / $src.version
<th>Package Version</th>
<th>Package Type</th>
<th>Source Package Format</th>
- #if $src.diffgz_name
- <th>Diff.gz</th>
- #end if
</tr>
<tr>
<td>$src.version</td>
<td>$src.type</td>
<td>$src.format</td>
- #if $src.diffgz_name
- <td>$src.loc / $src.diffgz_name</td>
- #end if
</tr>
</table>
</div> <!-- diffsummary -->