Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Illuna-Minecraft
illuna-minecraft.tk
Commits
1f6ea64b
Commit
1f6ea64b
authored
Sep 02, 2016
by
tchncs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
application: move jquery.min.js into the <head>
parent
50057773
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/views/layouts/application.html.erb
app/views/layouts/application.html.erb
+1
-1
No files found.
app/views/layouts/application.html.erb
View file @
1f6ea64b
...
...
@@ -18,6 +18,7 @@
<link
href=
'//assets.illuna-minetest.tk/css/page.css'
rel=
"stylesheet"
type=
"text/css"
>
<%=
stylesheet_link_tag
'application'
,
media:
'all'
,
'data-turbolinks-track'
:
'reload'
%>
<%=
yield
(
:stylesheet
)
%>
<script
src=
"//assets.illuna-minetest.tk/js/jquery.min.js"
></script>
</head>
<body
link=
"#c7c7c7"
vlink=
"#c7c7c7"
alink=
"#c7c7c7"
>
<nav
class=
"navbar navbar-default navbar-fixed-top"
>
...
...
@@ -97,7 +98,6 @@
</ul>
</div>
</footer>
<script
src=
"//assets.illuna-minetest.tk/js/jquery.min.js"
></script>
<%=
javascript_include_tag
'application'
,
'data-turbolinks-track'
:
'reload'
%>
<script
src=
"//assets.illuna-minetest.tk/bootstrap/js/bootstrap.min.js"
></script>
<script
src=
"//assets.illuna-minetest.tk/js/firefly.js"
></script>
...
...
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