# HG changeset patch # User Marcin Kuzminski # Date 2019-05-23 08:24:59 # Node ID 79b1ffe99c9978d09cd6d453295abbe1f9cae13c # Parent bfd92ccfd43115687f975d4af59f519eefd9d891 files: change download title for button 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]) %> + % endif