Fairly minor but if you navigate to: /project/<your-project>/source/commits?branch=master And click on Older →, you are linked to: /project/<your-project>/source/commits?branch=master&page=2 The problem is the & in the URL is URL encoded to & breaking the link. If you replace & with & you can view the intended page.