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: dcd5fb2574e3331eb23be536b4008097629ebd76 (plain)
1
2
3
4
5
6
- 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),
                              environment: environment_data(@environment)} }