0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-02-28 20:20:01 +01:00
silverwind 0de8a3d3d8
Avoid opening new tab when downloading actions logs (#36740)
`target="_blank"` causes the browser to flash a new tab when actions
logs are downloaded. Using the
[`download`](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/a#download)
attribute fixes this.
2026-02-25 20:08:08 +00:00
..