eidolon/templates/adminUserAlbums.hamlet
2014-09-08 04:01:07 +02:00

10 lines
211 B
Text

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