"Cancelling" creating a new file leads to a 404 on empty repositories
Created by: kaime
- Go to an empty repository (the message "The repository for this project is empty" shows)
- Click on the "Add a file" button. It takes you to
.../new/master
. - Click on "Cancel" button. The URL changes to
../tree/master
, which makes a 404, because themaster
branch does not exists.