Show More
@@ -55,7 +55,7 b'' | |||
|
55 | 55 | %> |
|
56 | 56 | |
|
57 | 57 | <div class="btn-group btn-group-actions new-file"> |
|
58 | <a class="archive_link btn btn-default" data-ext=".zip" href="${h.route_path('repo_archivefile',repo_name=c.rhodecode_db_repo.repo_name, fname='{}{}'.format(c.commit.raw_id, '.zip'), _query=_query)}"> | |
|
58 | <a class="archive_link btn btn-default" data-ext=".zip" href="${h.route_path('repo_archivefile',repo_name=c.rhodecode_db_repo.repo_name, fname='{}{}'.format(c.commit.raw_id, '.zip'), _query=_query)}" rel="nofollow"> | |
|
59 | 59 | <i class="icon-download"></i> |
|
60 | 60 | ${label.format('.zip')} |
|
61 | 61 | </a> |
@@ -69,7 +69,7 b'' | |||
|
69 | 69 | % for a_type, content_type, extension in h.ARCHIVE_SPECS: |
|
70 | 70 | % if extension not in ['.zip']: |
|
71 | 71 | <li> |
|
72 | <a class="archive_link" data-ext="${extension}" href="${h.route_path('repo_archivefile',repo_name=c.rhodecode_db_repo.repo_name, fname='{}{}'.format(c.commit.raw_id, extension), _query=_query)}"> | |
|
72 | <a class="archive_link" data-ext="${extension}" href="${h.route_path('repo_archivefile',repo_name=c.rhodecode_db_repo.repo_name, fname='{}{}'.format(c.commit.raw_id, extension), _query=_query)}" rel="nofollow"> | |
|
73 | 73 | <i class="icon-download"></i> |
|
74 | 74 | ${label.format(extension)} |
|
75 | 75 | </a> |
@@ -189,7 +189,7 b'' | |||
|
189 | 189 | <div class="enabled pull-left" style="margin-right: 10px"> |
|
190 | 190 | |
|
191 | 191 | <div class="btn-group btn-group-actions"> |
|
192 | <a class="archive_link btn btn-small" data-ext=".zip" href="${h.route_path('repo_archivefile',repo_name=c.rhodecode_db_repo.repo_name, fname=c.rhodecode_db_repo.landing_ref_name+'.zip', _query={'with_hash': '1'})}"> | |
|
192 | <a class="archive_link btn btn-small" data-ext=".zip" href="${h.route_path('repo_archivefile',repo_name=c.rhodecode_db_repo.repo_name, fname=c.rhodecode_db_repo.landing_ref_name+'.zip', _query={'with_hash': '1'})}" rel="nofollow"> | |
|
193 | 193 | <i class="icon-download"></i> |
|
194 | 194 | ${c.rhodecode_db_repo.landing_ref_name}.zip |
|
195 | 195 | ## replaced by some JS on select |
@@ -204,7 +204,7 b'' | |||
|
204 | 204 | % for a_type, content_type, extension in h.ARCHIVE_SPECS: |
|
205 | 205 | % if extension not in ['.zip']: |
|
206 | 206 | <li> |
|
207 | <a class="archive_link" data-ext="${extension}" href="${h.route_path('repo_archivefile',repo_name=c.rhodecode_db_repo.repo_name, fname=c.rhodecode_db_repo.landing_ref_name+extension, _query={'with_hash': '1'})}"> | |
|
207 | <a class="archive_link" data-ext="${extension}" href="${h.route_path('repo_archivefile',repo_name=c.rhodecode_db_repo.repo_name, fname=c.rhodecode_db_repo.landing_ref_name+extension, _query={'with_hash': '1'})}" rel="nofollow"> | |
|
208 | 208 | <i class="icon-download"></i> |
|
209 | 209 | ${c.rhodecode_db_repo.landing_ref_name+extension} |
|
210 | 210 | </a> |
General Comments 0
You need to be logged in to leave comments.
Login now