changeset 240:58cf7e6b7cca

Add the rules revision number to the filenames referenced by status-by-revision.html too
author Bernhard Herzog <bh@intevation.de>
date Wed, 14 Jan 2009 17:08:51 +0000
parents 99be67db8a12
children df3065e4c76b
files web/status-by-revision.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/web/status-by-revision.html	Wed Jan 14 16:33:47 2009 +0000
+++ b/web/status-by-revision.html	Wed Jan 14 17:08:51 2009 +0000
@@ -33,7 +33,7 @@
 		  Start: ${col.status.start}<br/>
 		  Stop: ${col.status.stop}<br/>
 		  <py:for each="title, basename in col.log_files">
-		    <a href="${col.name}/${col.revno}/${basename}">${title}</a>
+		    <a href="${col.name}/${col.revno}-${col.rulesrev}/${basename}">${title}</a>
 		    <br/>
 		  </py:for>
 		</td>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)