summaryrefslogtreecommitdiff
path: root/app/views/profiles/preferences/_gitpod.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/profiles/preferences/_gitpod.html.haml')
-rw-r--r--app/views/profiles/preferences/_gitpod.html.haml9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/views/profiles/preferences/_gitpod.html.haml b/app/views/profiles/preferences/_gitpod.html.haml
deleted file mode 100644
index 589c3a27c18..00000000000
--- a/app/views/profiles/preferences/_gitpod.html.haml
+++ /dev/null
@@ -1,9 +0,0 @@
-%label.label-bold#gitpod
- = s_('Gitpod')
-= link_to sprite_icon('question-o'), help_page_path('integration/gitpod.md'), target: '_blank', class: 'has-tooltip', title: _('More information')
-.form-group.form-check
- = f.check_box :gitpod_enabled, class: 'form-check-input'
- = f.label :gitpod_enabled, class: 'form-check-label' do
- = s_('Gitpod|Enable Gitpod integration').html_safe
- .form-text.text-muted
- = gitpod_enable_description