summaryrefslogtreecommitdiff
path: root/spec/javascripts/fixtures/pipeline_graph.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/javascripts/fixtures/pipeline_graph.html.haml')
-rw-r--r--spec/javascripts/fixtures/pipeline_graph.html.haml15
1 files changed, 15 insertions, 0 deletions
diff --git a/spec/javascripts/fixtures/pipeline_graph.html.haml b/spec/javascripts/fixtures/pipeline_graph.html.haml
new file mode 100644
index 00000000000..deca50ceaa7
--- /dev/null
+++ b/spec/javascripts/fixtures/pipeline_graph.html.haml
@@ -0,0 +1,15 @@
+%div.pipeline-visualization.js-pipeline-graph
+ %ul.stage-column-list
+ %li.stage-column
+ .stage-name
+ %a{:href => "/"}
+ Test
+ .builds-container
+ %ul
+ %li.build
+ .curve
+ .build-content
+ %a
+ %svg
+ .ci-status-text
+ stop_review