Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_group_lfs_settings.html.haml « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3c622ca5c3c8414f66a8d34492561f7858524d25 (plain)
1
2
3
4
5
6
7
8
9
10
11
- if current_user.admin?
  .form-group
    .col-sm-offset-2.col-sm-10
      .checkbox
        = f.label :lfs_enabled do
          = f.check_box :lfs_enabled, checked: @group.lfs_enabled?
          %strong
            Allow projects within this group to use Git LFS
            = link_to icon('question-circle'), help_page_path('workflow/lfs/manage_large_binaries_with_git_lfs')
          %br/
          %span.descr This setting can be overridden in each project.