Added missing comma [ci skip]

This commit is contained in:
Kamil Trzcinski 2015-10-15 18:11:46 +02:00
parent 71d0cfcff6
commit 567460d16d

View file

@ -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|