Some changes...

This commit is contained in:
Damien Broqua 2023-09-25 00:31:06 +02:00
parent 2ff0798632
commit d02887b2da
16 changed files with 108 additions and 140 deletions

View file

@ -13,7 +13,14 @@
data-small="<%= image.smallFile %>"
onclick="displayImageDetails('<%= i %>')"
>
<img src="<%= image.smallFile %>" alt="Image <%= i %>">
<div>
<img src="<%= image.smallFile %>" alt="Image <%= i %>">
</div>
<div>
<small>
Le <%= DateTime.fromMillis(image.time).setLocale('fr').toFormat('D à T') %>
</small>
</div>
</div>
<%
}