From afaee0ca136033811f48cefc6873fc62fee02923 Mon Sep 17 00:00:00 2001 From: Mark Otto <markotto@twitter.com> Date: Mon, 20 Aug 2012 11:09:16 -0700 Subject: [PATCH] reorder jumbotron links --- docs/index.html | 2 +- docs/templates/pages/index.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 6d3f2f6b5f..74a45aa6df 100644 --- a/docs/index.html +++ b/docs/index.html @@ -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> diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index b3af8b6615..654a988469 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -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> -- GitLab