Changed the download button to an install button.

Users don't need to download the source, just wget the files as stated
in the install docs. One day I will have a automatic install script, on
that day... things will be great!
This commit is contained in:
Marcus Whybrow 2012-06-18 09:18:19 +01:00
parent c2dcc9e1bc
commit 9a7d368d40
2 changed files with 2 additions and 3 deletions

View File

@ -45,7 +45,7 @@ body {
margin-bottom: 20px;
}
.masthead #view-button,
.masthead #download-button {
.masthead #install-button {
display: inline-block;
vertical-align: top;
}

View File

@ -72,7 +72,7 @@
<div class="buttons">
<a id="view-button" href="https://github.com/marcuswhybrow/minecraft-server-manager" class="btn btn-primary btn-large" onclick="_gaq.push(['_trackEvent', 'Masthead Actions', 'Github Project', 'View project on GitHub']);">View project on GitHub</a>
<a id="download-button" href="https://github.com/marcuswhybrow/minecraft-server-manager/zipball/latest" class="btn btn-large" onclick="_gaq.push(['_trackEvent', 'Masthead Actions', 'Download', 'Download 0.2.6']);">Download Project <small>(0.2.6)</small></a>
<a id="install-button" href="https://github.com/marcuswhybrow/minecraft-server-manager/wiki/Installation" class="btn btn-large" onclick="_gaq.push(['_trackEvent', 'Masthead Actions', 'Install']);">Install Guide <small>(0.2.8)</small></a>
</div>
<ul class="quick-links">
@ -83,7 +83,6 @@
<iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=marcuswhybrow&amp;repo=minecraft-server-manager&amp;type=fork&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
</li>
<li class="text ga-track"><a href="https://github.com/marcuswhybrow/minecraft-server-manager/wiki">Read the docs</a></li>
<li class="text ga-track"><a href="https://github.com/marcuswhybrow/minecraft-server-manager/wiki/Installation">Installation guide</a></li>
<li class="text ga-track"><a href="https://github.com/marcuswhybrow/minecraft-server-manager/issues">Submit an issue</a></li>
</ul>