fixed bug with double album names in admin interface
This commit is contained in:
parent
c04215650e
commit
724683bb9d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ $newline always
|
||||||
|
|
||||||
$forall (Entity aId a) <- albums
|
$forall (Entity aId a) <- albums
|
||||||
<article class="item" data-width=#{albumSampleWidth a}>
|
<article class="item" data-width=#{albumSampleWidth a}>
|
||||||
<a href=@{AdminAlbumSettingsR aId}>#{albumTitle a}
|
<a href=@{AdminAlbumSettingsR aId}><
|
||||||
<figure class="thumbnail">
|
<figure class="thumbnail">
|
||||||
$if (albumSamplePic a) == Nothing
|
$if (albumSamplePic a) == Nothing
|
||||||
<img src="/static/img/album.jpg">
|
<img src="/static/img/album.jpg">
|
||||||
|
|
Loading…
Reference in a new issue