eidolon/templates/adminUserAlbums.hamlet
2016-09-02 15:55:50 +02:00

17 lines
446 B
Plaintext
Executable file

$newline always
<div .subheader .item>
<h1>Albums of #{userSlug owner}
$if null albums
<p>
#{userSlug owner} has no albums yet
$forall (Entity aId a) <- albums
<div .item>
<a href=@{AdminAlbumSettingsR aId}>
<figure>
$if (albumSamplePic a) == Nothing
<img src="/static/img/album.jpg">
$else
<img src=#{T.pack $ fromJust $ albumSamplePic a}>
<figcaption>#{albumTitle a}