Commit dc288940 authored by Brandon Labuschagne's avatar Brandon Labuschagne

Merge branch 'yo-question-icon' into 'master'

Update (?) link to sprite question icon in visibility and access controls settings in admin

See merge request gitlab-org/gitlab!52655
parents 970a2677 cc6b1b37
......@@ -35,11 +35,11 @@
.form-check= source
%span.form-text.text-muted#import-sources-help
= _('Enabled sources for code import during project creation. OmniAuth must be configured for GitHub')
= link_to "(?)", help_page_path("integration/github")
= link_to sprite_icon('question-o'), help_page_path("integration/github")
, Bitbucket
= link_to "(?)", help_page_path("integration/bitbucket")
= link_to sprite_icon('question-o'), help_page_path("integration/bitbucket")
and GitLab.com
= link_to "(?)", help_page_path("integration/gitlab")
= link_to sprite_icon('question-o'), help_page_path("integration/gitlab")
= render_if_exists 'admin/application_settings/ldap_access_setting', form: f
......
---
title: Update (?) link to sprite question icon
merge_request: 52655
author: Yogi (@yo)
type: other
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