The branch, master has been updated via 9b6695dff4470be94556776c0618ee4d8ff80e20 (commit) from b444c19d59bcfd37a222ddf7cda0e55b28c2e70d (commit)
- Log ----------------------------------------------------------------- commit 9b6695dff4470be94556776c0618ee4d8ff80e20 Author: Michal Čihař michal@cihar.com Date: Mon Apr 19 15:22:02 2010 +0200
Make also the title link to more options.
-----------------------------------------------------------------------
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 79d2c5b..7725e27 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">Download ${release.version}:</span> +<span class="dlname"><a href="${base_url}downloads.${file_ext}" title="More download options">Download ${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