Commit f309e199 authored by Phil Hughes's avatar Phil Hughes

Merge branch '55192-about-link-in-new-window' into 'master'

Resolve ""About this feature" link should open in new window"

Closes #55192

See merge request gitlab-org/gitlab-ce!24149
parents cefa521e 3f31b9f1
......@@ -19,4 +19,4 @@
= check_box_tag 'merge_request[squash]', '1', issuable.squash, class: 'form-check-input'
= label_tag 'merge_request[squash]', class: 'form-check-label' do
Squash commits when merge request is accepted.
= link_to 'About this feature', help_page_path('user/project/merge_requests/squash_and_merge')
= link_to icon('question-circle'), help_page_path('user/project/merge_requests/squash_and_merge'), target: '_blank'
---
title: Resolve About this feature link should open in new window
merge_request: 24149
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment