Skip to content

Commit 9eb6e90

Browse files
author
masdeft
committed
Add a message when dir is empty
1 parent 80a7c49 commit 9eb6e90

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

client/partials/home.files.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@
1010
<div class="shared">--</div>
1111
<br class="clear" />
1212
</li>
13-
</ol>
13+
</ol>
14+
<span ng-if="!items.length">
15+
<p>This folder is empty</p>
16+
</span>

0 commit comments

Comments
 (0)