aboutsummaryrefslogtreecommitdiff
path: root/themes/alps/address-book.html
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-05-13 14:28:46 -0400
committerSimon Ser <contact@emersion.fr>2020-05-13 20:52:36 +0200
commit5a73ca6ebb437c5eed2a9863ab5513facacb6e93 (patch)
treec15ae0814d75be1dd98325c27e4965f063a29d0b /themes/alps/address-book.html
parent7456c9574cfe5cffb26aa2c8abe72682308d5fd5 (diff)
downloadalps-5a73ca6ebb437c5eed2a9863ab5513facacb6e93.tar.gz
alps-5a73ca6ebb437c5eed2a9863ab5513facacb6e93.zip
alps theme: if there's nothing to show, say so
Diffstat (limited to 'themes/alps/address-book.html')
-rw-r--r--themes/alps/address-book.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/alps/address-book.html b/themes/alps/address-book.html
index 60292bf..1e4c441 100644
--- a/themes/alps/address-book.html
+++ b/themes/alps/address-book.html
@@ -34,6 +34,9 @@
{{end}}
</div>
{{end}}
+ {{if not .AddressObjects}}
+ <p class="empty-list">Nothing here yet.</p>
+ {{end}}
</div>
</section>