From 992b632d1a0b6dc6e44daf79bbfceb09f0260770 Mon Sep 17 00:00:00 2001 From: Pitu <7425261+Pitu@users.noreply.github.com> Date: Wed, 4 Oct 2017 02:05:38 -0300 Subject: Added album downloading through front-end --- views/album.handlebars | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'views/album.handlebars') diff --git a/views/album.handlebars b/views/album.handlebars index d2a2131..3cbe1c4 100644 --- a/views/album.handlebars +++ b/views/album.handlebars @@ -43,8 +43,17 @@
-

{{ title }}

-

{{ count }} files

+
+
+

{{ title }}

+

{{ count }} files

+
+
+ {{#if enableDownload}} + Download Album + {{/if}} +
+

-- cgit v1.2.3