Commit 3f31b9f1 authored by Natalia Tepluhina's avatar Natalia Tepluhina Committed by Phil Hughes

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

parent cefa521e
......@@ -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