merge request view_post => main #9

Merged
matis.mazingue merged 11 commits from refs/pull/9/head into main 2024-06-10 19:22:23 +02:00
Showing only changes of commit 9aa8416442 - Show all commits

View File

@@ -16,7 +16,7 @@
{% for post in posts.iterator %}
<div class="card" style="width: 42rem; margin: 20px 0 50px 100px;">
<div class="card-body">
<h5 class="card-title">User</h5><a class="btn btn-primary" href="/post/edit">crayon</a>
<h5 class="card-title">User</h5>
<h6 class="card-subtitle mb-2 text-muted">{{ post.foundDate | date("d/m/Y \\à H \\h") }}</h6>
<p class="card-subtitle mb-2 text-muted">{{ post.latitude }}, {{ post.longitude }}, {{ post.altitude }}m</p>
<p class="card-text">{{ post.commentary }}</p>