debian-mirror-gitlab/app/views/profiles/preferences/_gitpod.html.haml

10 lines
440 B
Text
Raw Normal View History

2020-11-24 15:15:51 +05:30
%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
2021-01-03 14:25:43 +05:30
= gitpod_enable_description