Fix the template for release download redirection
What does this MR do and why?
Fix the template for release download redirection
Follow-up for https://gitlab.com/gitlab-org/security/gitlab/-/merge_requests/4407
The MR introduced a warning page when redirection happens to an external URL (not within the GitLab instance itself).
However, in the HAML template for that page there is a mistake and
the URL in HTML <a href="">
is not rendered and prints the
raw placeholder instead.
This commit fixes that mistake.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
Related to gitlab-org/ci-cd/docker-machine#133