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

edit.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: 7a275b51c74032bbd922666fea9baaa349013653 (plain)
1
2
3
4
5
6
7
- page_title _("Edit"), @environment.name, _("Environments")
- add_page_specific_style 'page_bundles/environments'

#js-edit-environment{ data: { project_environments_path: project_environments_path(@project),
                              update_environment_path: project_environment_path(@project, @environment),
                              protected_environment_settings_path: (project_settings_ci_cd_path(@project, anchor: 'js-protected-environments-settings') if @project.licensed_feature_available?(:protected_environments)),
                              environment: environment_data(@environment)} }