eidolon/templates/adminUserAlbums.hamlet
2014-09-09 04:25:47 +02:00

10 lines
223 B
Text

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