summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-10-15 18:11:46 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2015-10-15 18:11:46 +0200
commit567460d16dd721e52b164828e854cb8ac87fdf43 (patch)
tree645569baaee6c7c973ccf30f5c0dd1e31c067987
parent71d0cfcff62e1e86401a10233d78c032a793a008 (diff)
downloadgitlab-ce-567460d16dd721e52b164828e854cb8ac87fdf43.tar.gz
Added missing comma [ci skip]
-rw-r--r--app/views/projects/builds/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/builds/show.html.haml b/app/views/projects/builds/show.html.haml
index 138dcddb8ed..c45bfb27b8f 100644
--- a/app/views/projects/builds/show.html.haml
+++ b/app/views/projects/builds/show.html.haml
@@ -44,7 +44,7 @@
.bs-callout.bs-callout-warning
%p
- if no_runners_for_project?(@build.project)
- This build is stuck because the project doesn't have any runners online assigned to it.
+ This build is stuck, because the project doesn't have any runners online assigned to it.
- elsif @build.tags.any?
This build is stuck, because you don't have any active runners online with any of these tags assigned to them:
- @build.tags.each do |tag|