mirror of
https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
synced 2025-09-13 02:45:01 +02:00
changed the whole structure
This commit is contained in:
34
app-rappaurio/views/contains/historique.hbs
Normal file
34
app-rappaurio/views/contains/historique.hbs
Normal file
@@ -0,0 +1,34 @@
|
||||
<section id="home"
|
||||
class="relative overflow-hidden z-10 pt-[120px] pb-[110px] md:pt-[150px] md:pb-[120px] xl:pt-[180px] xl:pb-[160px] 2xl:pt-[210px] 2xl:pb-[200px]">
|
||||
<div class="container">
|
||||
<div class="flex flex-wrap mx-[-16px]">
|
||||
<div class="w-full px-4">
|
||||
|
||||
|
||||
<table class="text-center">
|
||||
|
||||
<!-- Statistiques -->
|
||||
|
||||
|
||||
<tr>
|
||||
<th>Article 1</th>
|
||||
<th>Article 2</th>
|
||||
|
||||
</tr>
|
||||
|
||||
<tbody>
|
||||
{{#each historiqueData }}
|
||||
<tr>
|
||||
<td>{{this.article1}}</td>
|
||||
<td>{{this.article2}}</td>
|
||||
</tr>
|
||||
{{/each}}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
Reference in New Issue
Block a user