Mercurial > hg-website
view hgscm/templates/fragments/downloadbutton.html @ 166:6358437dccf2
worgflow_guide: add an empty line after each code part.
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Thu, 14 May 2009 00:37:30 +0200 |
parents | 8d25e34c21c2 |
children |
line wrap: on
line source
<a class="download typeface-js" href="{{download_url}}"> <strong>Download now</strong> Mercurial <em>{{ latest_version }}</em> <span>{{ download_system }}</span> </a> {% if extended %} <dl> <dt class="typeface-js">Requirements</dt> <dd>Python 2.4 (<a href="http://www.python.org">get python</a>)</dd> <!--2.4 is necessary for TortoiseHG, Mercurial only needs 2.3--> <dt>Another OS?<br><em>Get mercurial for:</em></dt> <dd><a href="{% url download "latest" "macosx" %}">Mac OS X</a></dd> <dd><a href="{% url download "latest" "windows" %}">Windows</a></dd> <dd><a href="{% url downloads %}">other</a></dd> </dl> {% endif %}