# HG changeset patch # User Marcin Kuzminski # Date 2011-01-14 13:24:00 # Node ID bec32ac08c9a7673538c44cea4507c024f27169a # Parent 1f28cf5384bf05683fc8e74f83c009e4e3876b4b fixed default option on summary download link diff --git a/rhodecode/templates/summary/summary.html b/rhodecode/templates/summary/summary.html --- a/rhodecode/templates/summary/summary.html +++ b/rhodecode/templates/summary/summary.html @@ -129,7 +129,7 @@
- ${h.select('download_options','tip',c.download_options)} + ${h.select('download_options',c.repo_info.get_changeset().raw_id,c.download_options)} %for cnt,archive in enumerate(c.repo_info._get_archives()): %if cnt >=1: |