You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/templates
confusedsushi f6f4e1ddb9
Fix review excerpt (#18502)
Currently the "File Changed" tab of a PR is somehow broken. This is also true for the current release 1.16.0.

When you are on the "File Changed" tab, and want to look at code excerpt before or after the code changes, the layout breaks. You can test this on try.gitea.io here: https://try.gitea.io/testnotexisting/magic_enum/pulls/2/files

The problem occurs for the unified view and for the split view.

Kind of the same problem was there for commenting a line of code, this was fixed in #18321 and #18403.

For consistency, I changed the solution of #18321, I removed the ``colspan`` and instead added a ``<td>``. The goal was to have code similarly with the split view.

Also the separator line in the split view was in the wrong column, this was fixed too.* more consistent unified review comment

Fix #18516

Co-authored-by: Andrew Thornton <art27@cantab.net>
2 years ago
..
admin Fix broken oauth2 authentication source edit page (#18412) 2 years ago
base Support webauthn (#17957) 2 years ago
custom Add footer extra links template (#9576) 5 years ago
explore Allow to filter repositories by language in explore, user and organization repositories lists (#18430) 2 years ago
mail Unify and simplify TrN for i18n (#18141) 3 years ago
org Use "read" value for General Access (#18496) 2 years ago
repo Fix review excerpt (#18502) 2 years ago
shared Automatically pause queue if index service is unavailable (#15066) 2 years ago
status Refactor HTTP request context (#17979) 3 years ago
swagger API: Return primary language and repository language stats API URL (#18396) 2 years ago
user Add config options to hide issue events (#17414) 2 years ago
home.tmpl Rename StaticUrlPrefix to AssetUrlPrefix (#15779) 3 years ago
install.tmpl Refactor install page (db type) (#17919) 3 years ago
post-install.tmpl Rename StaticUrlPrefix to AssetUrlPrefix (#15779) 3 years ago