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:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-04-13 18:05:17 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-04-13 18:05:17 +0300
commitcb6f035141d2e7792d9594e5d664d1a305b728cf (patch)
tree88886a559eba1a24c90fa9dddd9840e8cac05581 /app/views/projects/pipelines
parentc351b9f599aa1af693435738d2c897cc2a954fe7 (diff)
Improve pipeline view
Diffstat (limited to 'app/views/projects/pipelines')
-rw-r--r--app/views/projects/pipelines/show.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/projects/pipelines/show.html.haml b/app/views/projects/pipelines/show.html.haml
index 9f33e2ad624..8a2e14d8d87 100644
--- a/app/views/projects/pipelines/show.html.haml
+++ b/app/views/projects/pipelines/show.html.haml
@@ -1,3 +1,9 @@
- page_title "Pipeline"
+
= render "header_title"
+.prepend-top-default
+ - if @commit
+ = render "projects/commit/commit_box", pipeline: @pipeline
+ %div.block-connector
+
= render "projects/commit/ci_commit", ci_commit: @pipeline