##// END OF EJS Templates
fixed default option on summary download link
marcink -
r944:bec32ac0 beta
parent child Browse files
Show More
@@ -129,7 +129,7 b''
129 129 </div>
130 130 <div class="input-short">
131 131
132 ${h.select('download_options','tip',c.download_options)}
132 ${h.select('download_options',c.repo_info.get_changeset().raw_id,c.download_options)}
133 133 %for cnt,archive in enumerate(c.repo_info._get_archives()):
134 134 %if cnt >=1:
135 135 |
General Comments 0
You need to be logged in to leave comments. Login now