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
|
$if null recentMedia
|
||||||
<p>This gallery is still empty.
|
<p>This gallery is still empty.
|
||||||
$else
|
$else
|
||||||
|
<p>Newest images:
|
||||||
<ul>
|
<ul>
|
||||||
$forall (Entity mediumId medium) <- recentMedia
|
$forall (Entity mediumId medium) <- recentMedia
|
||||||
<li>
|
<li>
|
||||||
|
|
|
@ -8,7 +8,7 @@ $if null userAlbs
|
||||||
<li>
|
<li>
|
||||||
This user has no albums yet
|
This user has no albums yet
|
||||||
$else
|
$else
|
||||||
Albums of this user:
|
<p>Albums of this user:
|
||||||
<ul>
|
<ul>
|
||||||
$forall (Entity albumId album) <- userAlbs
|
$forall (Entity albumId album) <- userAlbs
|
||||||
<li>
|
<li>
|
||||||
|
@ -23,7 +23,7 @@ $else
|
||||||
$if null recentMedia
|
$if null recentMedia
|
||||||
This user has not uploaded any images
|
This user has not uploaded any images
|
||||||
$else
|
$else
|
||||||
Newest images:
|
<p>Newest images:
|
||||||
<ul>
|
<ul>
|
||||||
$forall (Entity mediumId medium) <- take 10 recentMedia
|
$forall (Entity mediumId medium) <- take 10 recentMedia
|
||||||
<li>
|
<li>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
$newline always
|
$newline always
|
||||||
|
|
||||||
<h3>#{tag}
|
<h3>Tag #{tag}
|
||||||
|
|
||||||
$if null media
|
$if null media
|
||||||
There are no media tagged with #{tag}
|
There are no media tagged with #{tag}
|
||||||
|
|
Loading…
Reference in a new issue