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: 2ba88da3375879cfb7a10a4d1bf907b1da6815c0 (plain)
1
2
3
4
5
6
7
8
- page_title _("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"),
  "deploy-boards-help-path" => help_page_path("user/project/deploy_boards", anchor: "enabling-deploy-boards") } }