start translate

This commit is contained in:
hugo.pradier2
2024-06-10 21:43:00 +02:00
committed by clfreville2
parent ccb2b541ea
commit 352a0db047
18 changed files with 767 additions and 32 deletions

View File

@@ -15,7 +15,7 @@
<th>Longitude</th>
<th>Altitude</th>
<th>Commentary</th>
<th>actions</th>
<th>Actions</th>
</tr>
</thead>
<tbody>
@@ -29,8 +29,8 @@
<td>{{ post.altitude }}</td>
<td>{{ post.commentary }}</td>
<td>
<a href="{{ path('app_post_show', {'id': post.id}) }}">show</a>
<a href="{{ path('app_post_edit', {'id': post.id}) }}">edit</a>
<a href="{{ path('app_post_show', {'id': post.id}) }}">Show</a>
<a href="{{ path('app_post_edit', {'id': post.id}) }}">Edit</a>
</td>
</tr>
{% else %}