diff options
author | Phil Hughes <me@iamphill.com> | 2017-08-04 16:09:25 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-08-04 16:39:01 +0100 |
commit | 0ead0ea43eff258e8e44dffb7ce5457d92745578 (patch) | |
tree | 7229af047439ba94177533e849a22b3bffbf6049 /app/views/ci | |
parent | 83dafcb58101953ef0a3ff591922840c7b6a080f (diff) | |
download | gitlab-ce-0ead0ea43eff258e8e44dffb7ce5457d92745578.tar.gz |
Fix order of CI lint ace editor loadingci-lint-fix
Closes #35985
Diffstat (limited to 'app/views/ci')
-rw-r--r-- | app/views/ci/lints/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/ci/lints/show.html.haml b/app/views/ci/lints/show.html.haml index dfbc7772698..e6408f35201 100644 --- a/app/views/ci/lints/show.html.haml +++ b/app/views/ci/lints/show.html.haml @@ -1,6 +1,6 @@ - page_title "CI Lint" - page_description "Validate your GitLab CI configuration file" -- content_for :page_specific_javascripts do +- content_for :library_javascripts do = page_specific_javascript_tag('lib/ace.js') %h2 Check your .gitlab-ci.yml |