The branch, master has been updated via 9bc654ae46fd9e12c276a11e4dbb7a0ca3642391 (commit) from 9f9a8ed8d643f306b2ffd8d4d3f112982258f63b (commit)
- Log ----------------------------------------------------------------- commit 9bc654ae46fd9e12c276a11e4dbb7a0ca3642391 Author: Michal Čihař michal@cihar.com Date: Mon Apr 19 14:43:24 2010 +0200
Make link to release just the version string.
-----------------------------------------------------------------------
Summary of changes: templates/_dlbox.tpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/templates/_dlbox.tpl b/templates/_dlbox.tpl index 7f77815..82537a5 100644 --- a/templates/_dlbox.tpl +++ b/templates/_dlbox.tpl @@ -1,7 +1,7 @@ <html xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude" py:strip=""> <!--! Download box content -->
-<span class="dlname"><a href="${release.notes}" title="Release notes">Download ${release.version}</a>:</span> +<span class="dlname">Download <a href="${release.notes}" title="Release notes">${release.version}</a>:</span> <ul class="dllist"> <py:for each="file in release.files"><py:if test="file.featured"> <li><a href="${file.url}#!md5!${file.md5}" title="Download ${file.ext} compressed release, ${file.humansize}" rel="quick-download" class="piwik_download">${file.ext}</a></li>
hooks/post-receive