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-09-14 17:57:36 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-09-14 18:33:07 +0300
commit2f3dc314f42dbd79813e6251792853bc231e69dd (patch)
treef4f5254fd092c34568a7d998abe69923349bc733 /app/views/projects/ci/builds
parent4e60f79e4027961ed3ec33fc16e2260c660d545a (diff)
Fix spec failures
Diffstat (limited to 'app/views/projects/ci/builds')
-rw-r--r--app/views/projects/ci/builds/_build_pipeline.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/projects/ci/builds/_build_pipeline.html.haml b/app/views/projects/ci/builds/_build_pipeline.html.haml
index d19e193c432..547bc0c9c19 100644
--- a/app/views/projects/ci/builds/_build_pipeline.html.haml
+++ b/app/views/projects/ci/builds/_build_pipeline.html.haml
@@ -10,5 +10,3 @@
- else
= render_status_with_link('build', subject.status)
= ci_icon_for_status(subject.status)
-
-