Fix order of CI lint ace editor loading

Closes #35985
This commit is contained in:
Phil Hughes 2017-08-04 16:09:25 +01:00
parent 83dafcb581
commit 0ead0ea43e
No known key found for this signature in database
GPG Key ID: DB8CE4B3A3EE91AB
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -38,6 +38,9 @@
= Gon::Base.render_data
- if content_for?(:library_javascripts)
= yield :library_javascripts
= webpack_bundle_tag "webpack_runtime"
= webpack_bundle_tag "common"
= webpack_bundle_tag "locale"