Show More
@@ -30,7 +30,7 b'' | |||
|
30 | 30 | % if c.enable_downloads: |
|
31 | 31 | <% at_path = '{}.zip'.format(request.GET.get('at') or c.commit.raw_id[:6]) %> |
|
32 | 32 | <div title="${_('Download tree at {}').format(at_path)}" class="btn btn-default new-file"> |
|
33 |
<a href="${h.route_path('repo_archivefile',repo_name=c.repo_name, fname= |
|
|
33 | <a href="${h.route_path('repo_archivefile',repo_name=c.repo_name, fname='{}.zip'.format(c.commit.raw_id))}"> | |
|
34 | 34 | ${_('Download tree at {}').format(at_path)} |
|
35 | 35 | </a> |
|
36 | 36 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now