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: 93ed22513acbd8aa4d8388b949993101f5f6b865 (plain)
1
2
3
4
5
module MirrorHelper
  def mirrors_form_data_attributes
    { project_mirror_endpoint: project_mirror_path(@project) }
  end
end