diff --git a/rhodecode/templates/files/files_browser.mako b/rhodecode/templates/files/files_browser.mako --- a/rhodecode/templates/files/files_browser.mako +++ b/rhodecode/templates/files/files_browser.mako @@ -24,10 +24,10 @@ % endif % if c.enable_downloads: - <% at_path = '{}.zip'.format(request.GET.get('at') or c.commit.raw_id[:6]) %> -
+ <% at_path = '{}'.format(request.GET.get('at') or c.commit.raw_id[:6]) %> +
- ${_('Download tree at {}').format(at_path)} + ${_('Download ZIP @ ')} ${at_path}
% endif