From 20efd43f1670ed9bca9912a2fa2ee70b12a24fdf Mon Sep 17 00:00:00 2001 From: Alfredo Sumaran Date: Tue, 15 Nov 2016 17:15:30 -0500 Subject: Set stage descriptions dynamically --- app/views/projects/cycle_analytics/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/projects/cycle_analytics/show.html.haml') 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" } -- cgit v1.2.3