Fixed static folder thumbnails
This commit is contained in:
parent
c7747293c5
commit
eafb34d2c2
6 changed files with 57 additions and 27 deletions
|
|
@ -26,7 +26,7 @@
|
|||
<c:forEach items="${subFolders}" var="subFolder">
|
||||
<div class="grid-item folder-thumb col-md-2 col-sm-3 col-xs-4">
|
||||
<a href="?folder=${subFolder.id}">
|
||||
<img class="img-responsive" src="" alt="${subFolder.name}" />
|
||||
<img class="img-responsive" src="${subFolder.getUrlSmall()}" alt="${subFolder.name}" />
|
||||
</a>
|
||||
</div>
|
||||
</c:forEach>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue