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: d66de7ab698b987bfa238b87f9ba86f42513ff90 (plain)
1
2
3
4
5
6
7
8
9
10
- @no_container = true
- page_title _("Environments")

#environments-list-view{ data: { environments_data: environments_list_data,
  "can-create-deployment" => can?(current_user, :create_deployment, @project).to_s,
  "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"),
  "css-class" => container_class } }