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:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-09-01 21:34:50 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-09-01 21:34:50 +0300
commit191ed1faebfa486ea6b1f72ce764ece730d6e64a (patch)
tree1ce53d8301a3862bc0084725c7b25e7710d43fc9 /app/views/projects/generic_commit_statuses
parent9e2feaa55618f5676ba50428041cda6cc7a32783 (diff)
Add curve to generic commit status pipeline
Diffstat (limited to 'app/views/projects/generic_commit_statuses')
-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