Changeset - bec32ac08c9a
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2011-01-14 13:24:00
marcin@python-works.com
fixed default option on summary download link
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/summary/summary.html
Show inline comments
 
@@ -129,7 +129,7 @@
 
			  </div>
 
			  <div class="input-short">
 
		        
 
		        ${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:
 
		             |
0 comments (0 inline, 0 general)