- docs_link_url = help_page_path('topics/git/lfs/index') - docs_link_start = ''.html_safe % { url: docs_link_url } %h5= _('Large File Storage') %p= s_('Check the %{docs_link_start}documentation%{docs_link_end}.').html_safe % { docs_link_start: docs_link_start, docs_link_end: ''.html_safe } .form-group.append-bottom-default .form-check = f.check_box :lfs_enabled, checked: @group.lfs_enabled?, class: 'form-check-input', data: { qa_selector: 'lfs_checkbox' } = f.label :lfs_enabled, class: 'form-check-label' do %span = _('Allow projects within this group to use Git LFS') %br/ %span.text-muted= _('This setting can be overridden in each project.')