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

index.js « branch_rules « settings « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c3d36ad565181d430c6ae2cf3eeeae4623289ed4 (plain)
1
2
3
import mountBranchRules from '~/projects/settings/branch_rules/mount_branch_rules';

mountBranchRules(document.getElementById('js-branch-rules'));