diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-10-23 13:37:37 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-10-23 13:37:37 +0200 |
commit | 5921a1edf3eacc23ed25f39d052ad4db4aac91e2 (patch) | |
tree | 2956e4bf6774d3c20216ede3612215b7f3a1799a /app | |
parent | 0b25d837b8b97010a5ea65002ca09f1aa7f3e504 (diff) | |
download | gitlab-ce-5921a1edf3eacc23ed25f39d052ad4db4aac91e2.tar.gz |
Fixed nesting for Allowed to failfix-ci-regressions
Diffstat (limited to 'app')
-rw-r--r-- | app/views/ci/lints/_create.html.haml | 2 |
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 809fc52dbdf..77f78caa8d8 100644 --- a/app/views/ci/lints/_create.html.haml +++ b/app/views/ci/lints/_create.html.haml @@ -32,7 +32,7 @@ %b When: = build[:when] - if build[:allow_failure] - %b Allowed to fail + %b Allowed to fail -else %p |