mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-04 15:27:10 +01:00
0de8a3d3d8
`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.