[Buildbot-commits] buildbot/buildbot/status/web waterfall.py, 1.16, 1.17

Brian Warner warner at users.sourceforge.net
Mon Aug 13 17:22:56 UTC 2007


Update of /cvsroot/buildbot/buildbot/buildbot/status/web
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4137/buildbot/status/web

Modified Files:
	waterfall.py 
Log Message:
[project @ web: improve 'help' page linkage]

Original author: warner at lothar.com
Date: 2007-08-13 17:22:05+00:00

Index: waterfall.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/status/web/waterfall.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- waterfall.py	13 Aug 2007 08:21:43 -0000	1.16
+++ waterfall.py	13 Aug 2007 17:22:54 -0000	1.17
@@ -543,7 +543,8 @@
                                  [("last_time", str(int(bottom)))])
             data += '<a href="%s">next page</a>\n' % nextpage
 
-        helppage = with_args(request, new_path="waterfall/help")
+        helpurl = self.path_to_root(request) + "waterfall/help"
+        helppage = with_args(request, new_path=helpurl)
         data += '<a href="%s">help</a>\n' % helppage
 
         if self.get_reload_time(request) is not None:





More information about the Commits mailing list