summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2015-06-19 14:58:49 +0000
committerValery Sizov <valery@gitlab.com>2015-06-19 14:58:49 +0000
commitebf09aad0f32a86650e080d6832b5b124b7de0e7 (patch)
treebc4c307fe361d0caa380a64bbfe4ede9c47f5a18 /app/views
parent274f5302edbb77be3034c56410bf3021ffe053cc (diff)
parentc61492a1f44abe3236ef0d43118b7e3da9fb4f4d (diff)
downloadgitlab-ci-ebf09aad0f32a86650e080d6832b5b124b7de0e7.tar.gz
Merge branch 'better_yaml_validation_step2' into 'master'
Yaml refactoring and fixes This refactoring also fixes some bugs with validation. https://dev.gitlab.org/gitlab/gitlab-ci/issues/281 See merge request !152
Diffstat (limited to 'app/views')
-rw-r--r--app/views/lints/_create.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/lints/_create.html.haml b/app/views/lints/_create.html.haml
index 34920d7..454ca4b 100644
--- a/app/views/lints/_create.html.haml
+++ b/app/views/lints/_create.html.haml
@@ -47,6 +47,7 @@
%b Status:
syntax is incorrect
%i.icon-remove.incorrect-syntax
- Error: #{@error}
+ %b Error:
+ = @error
\ No newline at end of file