Closed
Description
- Gitea version (or commit ref):
b84e165
- Git version:
- Operating system:
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (url in description)
- No
- Not relevant
- Log gist:
Description
If I compare two branches (or create a pull request, I think it is the same), as when you press the green button, and then press the split view button the diff does not divide.
The url points directly to the compare of two branches and you can see the parameter ?style=split
appears at the end, however view is not divided:
https://try.gitea.io/inextremares/view-no-split/compare/master...inextremares:branch?style=split
Screenshots
The same. See than url has ?style=split
at the end. The parameter was added when I pressed the button.