summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatalia Tepluhina <tarya.se@gmail.com>2019-01-07 11:10:48 +0200
committerNatalia Tepluhina <tarya.se@gmail.com>2019-01-07 11:10:48 +0200
commita45db5f73fe4fada0b26563bc33a7e0a2f063bcc (patch)
tree5b5e9545780a61919f1729e441024b40a174b611
parent936b99dcd32b468de3d930f305ba96ee2f8fc1c3 (diff)
downloadgitlab-ce-55192-about-link-in-new-window.tar.gz
Change 'About this feature' text to question icon55192-about-link-in-new-window
-rw-r--r--app/views/shared/issuable/form/_merge_params.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/form/_merge_params.html.haml b/app/views/shared/issuable/form/_merge_params.html.haml
index cb24c1f4448..ca3141b2cc3 100644
--- a/app/views/shared/issuable/form/_merge_params.html.haml
+++ b/app/views/shared/issuable/form/_merge_params.html.haml
@@ -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'), target: '_blank'
+ = link_to icon('question-circle'), help_page_path('user/project/merge_requests/squash_and_merge'), target: '_blank'