summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2016-09-01 19:53:08 +0000
committerFatih Acet <acetfatih@gmail.com>2016-09-01 19:53:08 +0000
commit837cbfa44bd53e5036f38fd76efbc5d0b56bd8b1 (patch)
tree44687af3318136d924a642f00030063bb5d537bc
parentaab00fa1bd0fe04278c2d5dc4737bbc730096985 (diff)
parent191ed1faebfa486ea6b1f72ce764ece730d6e64a (diff)
downloadgitlab-ce-837cbfa44bd53e5036f38fd76efbc5d0b56bd8b1.tar.gz
Merge branch 'generic-commit-status-curve' into 'master'
Add curve to generic commit status pipeline #### What does this MR do? Add curve to generic commit status pipeline #### Screenshots (if relevant) Before: ![Screen_Shot_2016-09-01_at_1.35.29_PM](/uploads/e4585462d50d426bcad66ae571387ddc/Screen_Shot_2016-09-01_at_1.35.29_PM.png) After: ![Screen_Shot_2016-09-01_at_1.35.21_PM](/uploads/fe62a7e5fc27c9c1bb3553fdc63c5cc6/Screen_Shot_2016-09-01_at_1.35.21_PM.png) See merge request !6156
-rw-r--r--app/views/projects/generic_commit_statuses/_generic_commit_status_pipeline.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/generic_commit_statuses/_generic_commit_status_pipeline.html.haml b/app/views/projects/generic_commit_statuses/_generic_commit_status_pipeline.html.haml
index 31d40f6ad03..576d0bec51b 100644
--- a/app/views/projects/generic_commit_statuses/_generic_commit_status_pipeline.html.haml
+++ b/app/views/projects/generic_commit_statuses/_generic_commit_status_pipeline.html.haml
@@ -1,4 +1,5 @@
%li.build
+ .curve
.build-content
- if subject.target_url
- link_to subject.target_url do