summaryrefslogtreecommitdiff
path: root/app/views/projects/cycle_analytics
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-11-21 17:26:19 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-11-21 17:26:19 -0500
commit78df7346e91afc95be2b8c91d63966aa3342e7d8 (patch)
tree15df43449b6a150696306de3a7b73ee55ace3ec5 /app/views/projects/cycle_analytics
parent04126be808c2e4bf2fca11ede6b228c5a4f2dd74 (diff)
downloadgitlab-ce-78df7346e91afc95be2b8c91d63966aa3342e7d8.tar.gz
Add custom copy for each empty stage
Diffstat (limited to 'app/views/projects/cycle_analytics')
-rw-r--r--app/views/projects/cycle_analytics/_empty_stage.html.haml7
1 files changed, 1 insertions, 6 deletions
diff --git a/app/views/projects/cycle_analytics/_empty_stage.html.haml b/app/views/projects/cycle_analytics/_empty_stage.html.haml
index 06c42bff576..b200ce22970 100644
--- a/app/views/projects/cycle_analytics/_empty_stage.html.haml
+++ b/app/views/projects/cycle_analytics/_empty_stage.html.haml
@@ -4,9 +4,4 @@
= custom_icon ('icon_no_data')
%h4 We don’t have enough data to show this stage.
%p
- The test phase measures the median time to run the entire pipeline for that project.
- It’s related to the time GitLab CI takes to run every job for the commits pushed
- to that merge request defined in the previous stage.
- Learn more about the
- %a{ :href => "https://docs.gitlab.com/ce/user/project/cycle_analytics.html" }
- expected workflow and calculations.
+ {{currentStage.emptyStageText}}