Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
0ead0ea4
Commit
0ead0ea4
authored
Aug 04, 2017
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix order of CI lint ace editor loading
Closes #35985
parent
83dafcb5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
app/views/ci/lints/show.html.haml
app/views/ci/lints/show.html.haml
+1
-1
app/views/layouts/_head.html.haml
app/views/layouts/_head.html.haml
+3
-0
No files found.
app/views/ci/lints/show.html.haml
View file @
0ead0ea4
-
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
...
...
app/views/layouts/_head.html.haml
View file @
0ead0ea4
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment