aboutsummaryrefslogtreecommitdiffstats
path: root/src/renderer.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/renderer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer.rs b/src/renderer.rs
index 0db6f1c..c524aa0 100644
--- a/src/renderer.rs
+++ b/src/renderer.rs
@@ -50,7 +50,7 @@ pub fn page(
span#top { }
h1.title { "Index of " (serve_path) }
div.toolbar {
- @if download {
+ @if archives {
div.download {
@for compression_method in CompressionMethod::iter() {
(archive_button(compression_method, sort_method, sort_order, color_scheme, default_color_scheme))