summaryrefslogtreecommitdiff
path: root/app/views/profiles/preferences/_sourcegraph.html.haml
blob: fdd0be22664957c7d971b6a3a972e2f185973a93 (plain)
1
2
3
4
5
6
7
8
9
10
%label.label-bold
  = s_('Preferences|Sourcegraph')
= link_to sprite_icon('question-o'), help_page_path('user/profile/preferences.md', anchor: 'sourcegraph'), target: '_blank', class: 'has-tooltip', title: _('More information')
.form-group.form-check
  = f.check_box :sourcegraph_enabled, class: 'form-check-input'
  = f.label :sourcegraph_enabled, class: 'form-check-label' do
    = s_('Preferences|Enable integrated code intelligence on code views').html_safe
  .form-text.text-muted
    = sourcegraph_url_message
    = sourcegraph_experimental_message