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

new.html.haml « environments « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 11c36b5ea6da3bd8adc006d24d9a494cda790de5 (plain)
1
2
3
4
5
6
- add_to_breadcrumbs s_("Environments|Environments"), project_environments_path(@project)
- breadcrumb_title s_("Environments|New")
- page_title s_("Environments|New Environment")
- add_page_specific_style 'page_bundles/environments'

#js-new-environment{ data: { project_environments_path: project_environments_path(@project) } }