Merge branch 'ci-lint-fix' into 'master'

Fix order of CI lint ace editor loading

Closes #35985

See merge request !13316
This commit is contained in:
Tim Zallmann 2017-08-06 06:13:00 +00:00
commit 4b3011e1c2
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"