# HG changeset patch # User Marcin Kuzminski # Date 2019-03-05 09:49:14 # Node ID e3a8a05299547dda475bc2e23ce222ea191ad2ad # Parent 74d317eec168f8f8b1cef7a12a921ed2306b3b5b downloads: fixed archive links from file tree view 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 @@ -30,7 +30,7 @@ % if c.enable_downloads: <% at_path = '{}.zip'.format(request.GET.get('at') or c.commit.raw_id[:6]) %>
- + ${_('Download tree at {}').format(at_path)}