From 724683bb9d3bcb5d59fb281f19598880cdb20f29 Mon Sep 17 00:00:00 2001 From: nek0 Date: Fri, 20 Feb 2015 03:44:05 +0100 Subject: [PATCH] fixed bug with double album names in admin interface --- templates/adminAlbums.hamlet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/adminAlbums.hamlet b/templates/adminAlbums.hamlet index f8b25c5..d507fc4 100644 --- a/templates/adminAlbums.hamlet +++ b/templates/adminAlbums.hamlet @@ -7,7 +7,7 @@ $newline always $forall (Entity aId a) <- albums
- #{albumTitle a} + <
$if (albumSamplePic a) == Nothing