From b0a2081e3d2cd15947b14cca32625033de2e5b7e Mon Sep 17 00:00:00 2001 From: nek0 Date: Mon, 19 Oct 2015 16:31:10 +0200 Subject: [PATCH] got rid of thumbnail class, as it did nothing but making trouble with bootstrap --- templates/adminAlbumMedia.hamlet | 2 +- templates/adminAlbums.hamlet | 2 +- templates/adminMedia.hamlet | 2 +- templates/adminUserAlbums.hamlet | 2 +- templates/adminUserMedia.hamlet | 2 +- templates/album.hamlet | 2 +- templates/profile.hamlet | 6 +++--- templates/result.hamlet | 4 ++-- templates/tagMedia.hamlet | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/templates/adminAlbumMedia.hamlet b/templates/adminAlbumMedia.hamlet index 5214f62..8950781 100755 --- a/templates/adminAlbumMedia.hamlet +++ b/templates/adminAlbumMedia.hamlet @@ -8,6 +8,6 @@ $newline always $forall (Entity mId m) <- media
-
+
#{mediumTitle m} diff --git a/templates/adminAlbums.hamlet b/templates/adminAlbums.hamlet index 34ae0ec..a3e0259 100755 --- a/templates/adminAlbums.hamlet +++ b/templates/adminAlbums.hamlet @@ -8,7 +8,7 @@ $newline always $forall (Entity aId a) <- albums
-
+
$if (albumSamplePic a) == Nothing $else diff --git a/templates/adminMedia.hamlet b/templates/adminMedia.hamlet index 91088a2..7e35576 100755 --- a/templates/adminMedia.hamlet +++ b/templates/adminMedia.hamlet @@ -8,6 +8,6 @@ $newline always $forall (Entity mId m) <- media
-
+
#{mediumTitle m} diff --git a/templates/adminUserAlbums.hamlet b/templates/adminUserAlbums.hamlet index f5d21a7..cdd2880 100755 --- a/templates/adminUserAlbums.hamlet +++ b/templates/adminUserAlbums.hamlet @@ -9,7 +9,7 @@ $newline always $forall (Entity aId a) <- albums
#{albumTitle a} -
+
$if (albumSamplePic a) == Nothing $else diff --git a/templates/adminUserMedia.hamlet b/templates/adminUserMedia.hamlet index 31441f1..bfe9ce7 100755 --- a/templates/adminUserMedia.hamlet +++ b/templates/adminUserMedia.hamlet @@ -9,6 +9,6 @@ $newline always $forall (Entity mId m) <- media
#{mediumTitle m} -
+
#{mediumTitle m} diff --git a/templates/album.hamlet b/templates/album.hamlet index 2c189e5..f884fe4 100755 --- a/templates/album.hamlet +++ b/templates/album.hamlet @@ -17,6 +17,6 @@ $else $forall (Entity mediumId medium) <- media
-
+
#{mediumTitle medium} diff --git a/templates/profile.hamlet b/templates/profile.hamlet index 9357dbb..7fd21fa 100755 --- a/templates/profile.hamlet +++ b/templates/profile.hamlet @@ -16,7 +16,7 @@ $newline always $forall (Entity albumId album) <- userAlbs
-
+
$if (albumSamplePic album) == Nothing $else @@ -32,7 +32,7 @@ $else $forall Just (Entity albumId album) <- sharedAlbs
-
+
$if (albumSamplePic album) == Nothing $else @@ -48,6 +48,6 @@ $else $forall (Entity mediumId medium) <- take 10 recentMedia
-
+
#{mediumTitle medium} diff --git a/templates/result.hamlet b/templates/result.hamlet index ae8d860..4b8abe8 100755 --- a/templates/result.hamlet +++ b/templates/result.hamlet @@ -27,7 +27,7 @@ $else $forall (Entity aId album) <- albumList