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

environments.html.haml « environments « fixtures « javascripts « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d89bc50c1f09fcbc6ae3aaa20da6898074864955 (plain)
1
2
3
4
5
6
7
8
9
%div
  #environments-list-view{ data: { environments_data: "https://gitlab.com/foo/environments",
    "can-create-deployment" => "true",
    "can-read-environment" => "true",
    "can-create-environment" => "true",
    "project-environments-path" => "https://gitlab.com/foo/environments",
    "project-stopped-environments-path" => "https://gitlab.com/foo/environments?scope=stopped",
    "new-environment-path" => "https://gitlab.com/foo/environments/new",
    "help-page-path" => "https://gitlab.com/help_page"}}