mirror of
https://github.com/go-gitea/gitea.git
synced 2026-07-06 02:40:29 +09: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.