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

index.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: 067c987e721884c0932a9bbbc96c6d4c1836632e (plain)
1
2
3
4
5
6
7
8
9
10
- page_title _("Environments")
- add_page_specific_style 'page_bundles/environments'

#environments-list-view{ data: { environments_data: environments_list_data,
  "can-read-environment" => can?(current_user, :read_environment, @project).to_s,
  "can-create-environment" => can?(current_user, :create_environment, @project).to_s,
  "new-environment-path" => new_project_environment_path(@project),
  "help-page-path" => help_page_path("ci/environments/index.md"),
  "deploy-boards-help-path" => help_page_path("user/project/deploy_boards", anchor: "enabling-deploy-boards"),
  "project-path" => @project.full_path } }