eidolon/templates/adminUserAlbums.hamlet

11 lines
217 B
Text
Raw Normal View History

2014-09-08 01:57:17 +00:00
$newline always
2014-09-08 02:01:07 +00:00
<h3>Albums of #{userSlug owner}
2014-09-08 01:57:17 +00:00
$if null albums
2014-09-09 02:25:47 +00:00
#{userSlug owner} has no albums yet
2014-09-08 01:57:17 +00:00
$else
2014-09-14 03:06:03 +00:00
<ul>
2014-09-08 01:57:17 +00:00
$forall (Entity aId a) <- albums
2014-09-14 03:06:03 +00:00
<li>
<a href=@{AdminAlbumSettingsR aId}>#{albumTitle a}