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

git_access.rb « wiki « project « page « qa « qa - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 28cb21be4e3b2c46e2941519608d5e05b6e1242a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# frozen_string_literal: true

module QA
  module Page
    module Project
      module Wiki
        class GitAccess < Page::Base
          include Page::Component::LegacyClonePanel
        end
      end
    end
  end
end