mirror of
https://github.com/go-gitea/gitea.git
synced 2026-02-28 09:35:16 +01:00
`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.