1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-23 19:55:49 +00:00
gitea/templates/repo/release
Jason Song f9072dbf3c
Hide code links on release page if user cannot read code (#29064)
On the release list page, if the user doesn't have the permission to
read code, the code links will lead to 404 pages or api errors:

<img width="1297" alt="image"
src="https://github.com/go-gitea/gitea/assets/9418365/a74fbc63-6dd6-43c6-853c-28acdbfdcb4e">


After this PR:

<img width="1297" alt="image"
src="https://github.com/go-gitea/gitea/assets/9418365/a626373d-c2df-40a9-8fed-1b12ff6bc56f">

And this PR also removed some dead code. After #23465, the tag list page
has an independent template, and all `IsTag` in the release list
template are always false.
2024-02-06 19:57:25 +08:00
..
list.tmpl Hide code links on release page if user cannot read code (#29064) 2024-02-06 19:57:25 +08:00
new.tmpl Fix missing buttons (#28179) 2023-11-23 11:36:52 +01:00