-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Description
- Gitea version (or commit ref): 1.0.0+272-gcf47532e
- Git version: 2.8.3
- Operating system: Linux ad0c0ea10d83 4.4.0-62-generic Review issue and pull templates, drop unused contributing file #83-Ubuntu
- Database (use
[x]
):- PostgreSQL
- MySQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL): https://try.gitea.io/gitea/gitea/compare/master...gitea:master
- No
- Not relevant
- Log gist:
Description
When creating a repository, next to the branch-dropdown, it shows an image to compare branches. That link is always 404, since it will be of the form
try.gitea.io/<user>/<repo>/compare/<branch1>...<user>:<branch2>
It should be:
try.gitea.io/<user>/<repo>/compare/<branch1>...<branch2>
If I change the address in the bar and remove the second user reference, the site loads fine.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.