From ddafa9ed972f80520085149a237b5540932beb12 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 24 Apr 2024 20:19:15 -0500 Subject: [PATCH] Tweak icon for Download Results button make it more portable for oruga --- tailbone/templates/master/index.mako | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tailbone/templates/master/index.mako b/tailbone/templates/master/index.mako index d9dabc7b..0ae4c8ab 100644 --- a/tailbone/templates/master/index.mako +++ b/tailbone/templates/master/index.mako @@ -20,7 +20,7 @@
  • ${h.link_to("Download results as XLSX", url('{}.results_xlsx'.format(route_prefix)))}
  • % endif % if master.has_input_file_templates and master.has_perm('create'): - % for template in six.itervalues(input_file_templates): + % for template in input_file_templates.values():
  • ${h.link_to("Download {} Template".format(template['label']), template['effective_url'])}
  • % endfor % endif @@ -45,7 +45,7 @@ % if master.results_downloadable and master.has_perm('download_results'): Download Results @@ -86,7 +86,7 @@
    - % for key, label in six.iteritems(master.download_results_supported_formats()): + % for key, label in master.download_results_supported_formats().items(): % endfor