Show More
@@ -158,7 +158,7 | |||||
158 | %endif |
|
158 | %endif | |
159 | %else: |
|
159 | %else: | |
160 | ${h.select('download_options',c.rhodecode_repo.get_changeset().raw_id,c.download_options)} |
|
160 | ${h.select('download_options',c.rhodecode_repo.get_changeset().raw_id,c.download_options)} | |
161 | <span id="${'zip_link'}">${h.link_to('Download as zip',h.url('files_archive_home',repo_name=c.dbrepo.repo_name,fname='tip.zip'),class_="archive_icon ui-btn")}</span> |
|
161 | <span id="${'zip_link'}">${h.link_to(_('Download as zip'), h.url('files_archive_home',repo_name=c.dbrepo.repo_name,fname='tip.zip'),class_="archive_icon ui-btn")}</span> | |
162 | <span style="vertical-align: bottom"> |
|
162 | <span style="vertical-align: bottom"> | |
163 | <input id="archive_subrepos" type="checkbox" name="subrepos" /> |
|
163 | <input id="archive_subrepos" type="checkbox" name="subrepos" /> | |
164 | <label for="archive_subrepos" class="tooltip" title="${_('Check this to download archive with subrepos')}" >${_('with subrepos')}</label> |
|
164 | <label for="archive_subrepos" class="tooltip" title="${_('Check this to download archive with subrepos')}" >${_('with subrepos')}</label> |
General Comments 0
You need to be logged in to leave comments.
Login now