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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-11-16 01:15:30 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-11-21 21:49:19 +0300
commit20efd43f1670ed9bca9912a2fa2ee70b12a24fdf (patch)
tree18f8f1c29f3260187e5865b2274e156c27ee8513 /app/views/projects
parentf9cfc87c7ddac2393cdb8a150412ec37f2e04c56 (diff)
Set stage descriptions dynamically
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/cycle_analytics/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/cycle_analytics/show.html.haml b/app/views/projects/cycle_analytics/show.html.haml
index a4255aceb2a..8da0fbba783 100644
--- a/app/views/projects/cycle_analytics/show.html.haml
+++ b/app/views/projects/cycle_analytics/show.html.haml
@@ -92,4 +92,4 @@
%template{ "v-if" => "isEmptyStage" }
%p No results
%template{ "v-if" => "state.items.length && !isLoadingStage && !isEmptyStage" }
- %component{ ":is" => "currentStage.component", ":items" => "state.items" }
+ %component{ ":is" => "currentStage.component", ":stage" => "currentStage", ":items" => "state.items" }