Ticket #964 (closed defect: fixed)
Incorrect redirect for one_box_per_builder
| Reported by: | markdoliner | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.8.2 |
| Version: | 0.8.1 | Keywords: | |
| Cc: |
Description
"The Latest Build for each builder is here" link on the Welcome page has a problem when the Welcome page is accessed in a subdirectory (e.g. http://www.example.com/buildbot/). The link goes to /builders, but should go to /buildbot/builders.
Removing the leading slash from /builders on this line: http://github.com/buildbot/buildbot/blob/master/master/buildbot/status/web/baseweb.py#L330 fixed the problem for me.
Change History
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
Oh I guess this only affected us because we had an old templates/root.html with that old link, and we can just fix the link in that file.