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

mirror_helper.rb « helpers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a4025730397daa3be378b68069e5ce91eb0b7988 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module MirrorHelper
  def mirrors_form_data_attributes
    { project_mirror_endpoint: project_mirror_path(@project) }
  end
end