Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
afaee0ca
Commit
afaee0ca
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
reorder jumbotron links
parent
73cf9c4d
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/index.html
+1
-1
docs/index.html
docs/templates/pages/index.mustache
+1
-1
docs/templates/pages/index.mustache
with
2 additions
and
2 deletions
+2
-2
docs/index.html
+
1
-
1
View file @
afaee0ca
...
...
@@ -75,8 +75,8 @@
<p>
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
</p>
<p><a
href=
"assets/bootstrap.zip"
class=
"btn btn-primary btn-large"
>
Download Bootstrap
</a></p>
<ul
class=
"masthead-links"
>
<li><a
href=
"./extend.html"
>
Extend
</a></li>
<li><a
href=
"http://github.com/twitter/bootstrap"
>
GitHub project
</a></li>
<li><a
href=
"./extend.html"
>
Extend
</a></li>
<li>
Version 2.1.0
</li>
</ul>
</div>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/index.mustache
+
1
-
1
View file @
afaee0ca
...
...
@@ -4,8 +4,8 @@
<p>
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
</p>
<p><a
href=
"assets/bootstrap.zip"
class=
"btn btn-primary btn-large"
{{#
production
}}
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 2.1.0']);"
{{/
production
}}
>
{{
_i
}}
Download Bootstrap
{{/
i
}}
</a></p>
<ul
class=
"masthead-links"
>
<li><a
href=
"./extend.html"
{{#
production
}}
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Extend']);"
{{/
production
}}
>
Extend
</a></li>
<li><a
href=
"http://github.com/twitter/bootstrap"
{{#
production
}}
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);"
{{/
production
}}
>
GitHub project
</a></li>
<li><a
href=
"./extend.html"
{{#
production
}}
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Extend']);"
{{/
production
}}
>
Extend
</a></li>
<li>
Version 2.1.0
</li>
</ul>
</div>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets