diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2016-12-08 11:42:56 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2016-12-09 10:14:47 +0000 |
commit | 70cb27926b225f71ccd4bba2342abbc3962da7e9 (patch) | |
tree | c702928afa4f24ba747d55aed442f624399a4ea7 /app/views/projects | |
parent | 1413c94a8e0ac3abb809724f4f49919afaca2d59 (diff) | |
download | gitlab-ce-70cb27926b225f71ccd4bba2342abbc3962da7e9.tar.gz |
Replace play icon svg logic
Diffstat (limited to 'app/views/projects')
-rw-r--r-- | app/views/projects/environments/index.html.haml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/projects/environments/index.html.haml b/app/views/projects/environments/index.html.haml index a9235d6af35..a65a630f2d0 100644 --- a/app/views/projects/environments/index.html.haml +++ b/app/views/projects/environments/index.html.haml @@ -17,4 +17,6 @@ "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"), - "css-class" => container_class}} + "css-class" => container_class, + "commit-icon-svg" => custom_icon("icon_commit"), + "play-icon-svg" => custom_icon("icon_play")}} |