debian-mirror-gitlab/app/views/projects/environments/edit.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
611 B
Text
Raw Normal View History

2019-02-15 15:39:39 +05:30
- page_title _("Edit"), @environment.name, _("Environments")
2021-01-03 14:25:43 +05:30
- add_page_specific_style 'page_bundles/environments'
2016-09-13 17:45:13 +05:30
2021-10-27 15:23:28 +05:30
#js-edit-environment{ data: { project_environments_path: project_environments_path(@project),
update_environment_path: project_environment_path(@project, @environment),
2023-04-23 21:23:45 +05:30
protected_environment_settings_path: (project_settings_ci_cd_path(@project, anchor: 'js-protected-environments-settings') if @project.licensed_feature_available?(:protected_environments)),
2021-10-27 15:23:28 +05:30
environment: environment_data(@environment)} }