Use link_to helper instead of interpolated links
What does this MR do and why?
Use link_to
helper instead of interpolated links
related to: #419672 (closed)
Screenshots or screen recordings
_import_group_from_another_instance_panel.html.haml
app/views/projects/settings/integrations/index.html.haml
app/views/projects/tags/new.html.haml
Before | After |
---|---|
<a href="/gitlab-org/webgoat.net/-/releases/new">New release page</a>
|
<a href="/gitlab-org/webgoat.net/-/releases/new">New release page</a>
|
app/views/shared/issuable/_form.html.haml
app/views/users/_deletion_guidance.html.haml
ee/app/views/admin/licenses/_breakdown.html.haml
ee/app/views/groups/_custom_project_templates_setting.html.haml
Before | After |
---|---|
<a href="/help/user/group/custom_project_templates.md">Learn more</a>
|
<a href="/help/user/group/custom_project_templates.md">Learn more</a>
|
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Michael Becker