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

index.js « new « pipelines « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c54cc62bf057555dfefd4319ed28e4c6d57b8d3b (plain)
1
2
3
4
5
import NewBranchForm from '../../../../new_branch_form';

export default () => {
  new NewBranchForm($('.js-new-pipeline-form')); // eslint-disable-line no-new
};