some spacig stuff
This commit is contained in:
parent
5a6d322ed1
commit
a842720551
3 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
$if null recentMedia
|
||||
<p>This gallery is still empty.
|
||||
$else
|
||||
<p>Newest images:
|
||||
<ul>
|
||||
$forall (Entity mediumId medium) <- recentMedia
|
||||
<li>
|
||||
|
|
|
@ -8,7 +8,7 @@ $if null userAlbs
|
|||
<li>
|
||||
This user has no albums yet
|
||||
$else
|
||||
Albums of this user:
|
||||
<p>Albums of this user:
|
||||
<ul>
|
||||
$forall (Entity albumId album) <- userAlbs
|
||||
<li>
|
||||
|
@ -23,7 +23,7 @@ $else
|
|||
$if null recentMedia
|
||||
This user has not uploaded any images
|
||||
$else
|
||||
Newest images:
|
||||
<p>Newest images:
|
||||
<ul>
|
||||
$forall (Entity mediumId medium) <- take 10 recentMedia
|
||||
<li>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$newline always
|
||||
|
||||
<h3>#{tag}
|
||||
<h3>Tag #{tag}
|
||||
|
||||
$if null media
|
||||
There are no media tagged with #{tag}
|
||||
|
|
Loading…
Reference in a new issue