Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
51c9fa16
Commit
51c9fa16
authored
Jul 18, 2012
by
Purwandi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved JS to bottom on extends page
parent
6a663081
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
6 deletions
+12
-6
docs/extend.html
docs/extend.html
+6
-3
docs/templates/pages/extend.mustache
docs/templates/pages/extend.mustache
+6
-3
No files found.
docs/extend.html
View file @
51c9fa16
...
@@ -203,10 +203,11 @@
...
@@ -203,10 +203,11 @@
<
title
>
Bootstrap 101 Template
<
/title
>
<
title
>
Bootstrap 101 Template
<
/title
>
<
!-- Bootstrap --
>
<
!-- Bootstrap --
>
<
link href="public/css/bootstrap.min.css" rel="stylesheet"
>
<
link href="public/css/bootstrap.min.css" rel="stylesheet"
>
<
script src="public/js/bootstrap.min.js"
><
/script
>
<
/head
>
<
/head
>
<
body
>
<
body
>
<
h1
>
Hello, world!
<
/h1
>
<
h1
>
Hello, world!
<
/h1
>
<
!-- Bootstrap --
>
<
script src="public/js/bootstrap.min.js"
><
/script
>
<
/body
>
<
/body
>
<
/html
>
<
/html
>
</pre>
</pre>
...
@@ -219,13 +220,15 @@
...
@@ -219,13 +220,15 @@
<
title
>
Bootstrap 101 Template
<
/title
>
<
title
>
Bootstrap 101 Template
<
/title
>
<
!-- Bootstrap --
>
<
!-- Bootstrap --
>
<
link href="public/css/bootstrap.min.css" rel="stylesheet"
>
<
link href="public/css/bootstrap.min.css" rel="stylesheet"
>
<
script src="public/js/bootstrap.min.js"
><
/script
>
<
!-- Project --
>
<
!-- Project --
>
<
link href="public/css/application.css" rel="stylesheet"
>
<
link href="public/css/application.css" rel="stylesheet"
>
<
script src="public/js/application.js"
><
/script
>
<
/head
>
<
/head
>
<
body
>
<
body
>
<
h1
>
Hello, world!
<
/h1
>
<
h1
>
Hello, world!
<
/h1
>
<
!-- Bootstrap --
>
<
script src="public/js/bootstrap.min.js"
><
/script
>
<
!-- Project --
>
<
script src="public/js/application.js"
><
/script
>
<
/body
>
<
/body
>
<
/html
>
<
/html
>
</pre>
</pre>
...
...
docs/templates/pages/extend.mustache
View file @
51c9fa16
...
@@ -132,10 +132,11 @@
...
@@ -132,10 +132,11 @@
<
title
>
Bootstrap 101 Template
<
/title
>
<
title
>
Bootstrap 101 Template
<
/title
>
<
!-- Bootstrap --
>
<
!-- Bootstrap --
>
<
link href="public/css/bootstrap.min.css" rel="stylesheet"
>
<
link href="public/css/bootstrap.min.css" rel="stylesheet"
>
<
script src="public/js/bootstrap.min.js"
><
/script
>
<
/head
>
<
/head
>
<
body
>
<
body
>
<
h1
>
Hello, world!
<
/h1
>
<
h1
>
Hello, world!
<
/h1
>
<
!-- Bootstrap --
>
<
script src="public/js/bootstrap.min.js"
><
/script
>
<
/body
>
<
/body
>
<
/html
>
<
/html
>
</pre>
</pre>
...
@@ -148,13 +149,15 @@
...
@@ -148,13 +149,15 @@
<
title
>
Bootstrap 101 Template
<
/title
>
<
title
>
Bootstrap 101 Template
<
/title
>
<
!-- Bootstrap --
>
<
!-- Bootstrap --
>
<
link href="public/css/bootstrap.min.css" rel="stylesheet"
>
<
link href="public/css/bootstrap.min.css" rel="stylesheet"
>
<
script src="public/js/bootstrap.min.js"
><
/script
>
<
!-- Project --
>
<
!-- Project --
>
<
link href="public/css/application.css" rel="stylesheet"
>
<
link href="public/css/application.css" rel="stylesheet"
>
<
script src="public/js/application.js"
><
/script
>
<
/head
>
<
/head
>
<
body
>
<
body
>
<
h1
>
Hello, world!
<
/h1
>
<
h1
>
Hello, world!
<
/h1
>
<
!-- Bootstrap --
>
<
script src="public/js/bootstrap.min.js"
><
/script
>
<
!-- Project --
>
<
script src="public/js/application.js"
><
/script
>
<
/body
>
<
/body
>
<
/html
>
<
/html
>
</pre>
</pre>
...
...
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