diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-09-01 13:34:50 -0500 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-09-01 13:34:50 -0500 |
commit | 191ed1faebfa486ea6b1f72ce764ece730d6e64a (patch) | |
tree | 1ce53d8301a3862bc0084725c7b25e7710d43fc9 | |
parent | 9e2feaa55618f5676ba50428041cda6cc7a32783 (diff) | |
download | gitlab-ce-191ed1faebfa486ea6b1f72ce764ece730d6e64a.tar.gz |
Add curve to generic commit status pipeline
-rw-r--r-- | app/views/projects/generic_commit_statuses/_generic_commit_status_pipeline.html.haml | 1 |
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 |