summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-11-18 20:21:57 +0100
committerKamil Trzcinski <ayufan@ayufan.eu>2016-11-18 20:21:57 +0100
commitbd8d4d2eb90df45700969bcc61395481496c9398 (patch)
treeec1bd1831264fe3987956c335e03a23396e5bce6 /app/views
parent8d0018444db47b38d1efbd5589d0b147740d4bc3 (diff)
parent25f99d8499fb70662285ae74b3013296b5f7b410 (diff)
downloadgitlab-ce-bd8d4d2eb90df45700969bcc61395481496c9398.tar.gz
Merge branch '22539-display-folders' of gitlab.com:gitlab-org/gitlab-ce into 22539-display-folders
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/environments/index.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/environments/index.html.haml b/app/views/projects/environments/index.html.haml
index b641d2cec34..a9235d6af35 100644
--- a/app/views/projects/environments/index.html.haml
+++ b/app/views/projects/environments/index.html.haml
@@ -16,4 +16,5 @@
"project-environments-path" => project_environments_path(@project),
"project-stopped-environments-path" => project_environments_path(@project, scope: :stopped),
"new-environment-path" => new_namespace_project_environment_path(@project.namespace, @project),
- "help-page-path" => help_page_path("ci/environments")}, class: container_class }
+ "help-page-path" => help_page_path("ci/environments"),
+ "css-class" => container_class}}