eidolon/templates/adminUserAlbums.hamlet
2014-09-14 05:06:03 +02:00

10 lines
217 B
Text

$newline always
<h3>Albums of #{userSlug owner}
$if null albums
#{userSlug owner} has no albums yet
$else
<ul>
$forall (Entity aId a) <- albums
<li>
<a href=@{AdminAlbumSettingsR aId}>#{albumTitle a}