summaryrefslogtreecommitdiff
path: root/app/views/ci
diff options
context:
space:
mode:
authorKatarzyna Kobierska <kkobierska@gmail.com>2016-09-09 14:43:43 +0200
committerKatarzyna Kobierska <kkobierska@gmail.com>2016-09-30 12:22:55 +0200
commitb13502ef825ec6f105ab47a29e7d397636c4d03b (patch)
tree43c27c58b73ee24946b5f3c11fff0bdd94683b82 /app/views/ci
parent375072aa279f8e89a095b957005ae03ee1b0a7ff (diff)
downloadgitlab-ce-b13502ef825ec6f105ab47a29e7d397636c4d03b.tar.gz
Add test for linter values visibility
Diffstat (limited to 'app/views/ci')
-rw-r--r--app/views/ci/lints/_create.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/ci/lints/_create.html.haml b/app/views/ci/lints/_create.html.haml
index 59be8bbad81..733c5d0b7fe 100644
--- a/app/views/ci/lints/_create.html.haml
+++ b/app/views/ci/lints/_create.html.haml
@@ -21,7 +21,7 @@
%br
%b Tag list:
- = build[:tag_list]
+ = build[:tag_list] && build[:tag_list].join(", ")
%br
%b Refs only:
= build[:only] && build[:only].join(", ")