From f1220fc05a3771dd1c0f678893aa296259ac0fa9 Mon Sep 17 00:00:00 2001 From: Damien Broqua Date: Wed, 31 Jan 2024 10:51:00 +0100 Subject: [PATCH] {DESIGN} Added statistics page --- .../mon-compte/ma-collection/statistiques.ejs | 42 ++++++++++--------- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/views/pages/mon-compte/ma-collection/statistiques.ejs b/views/pages/mon-compte/ma-collection/statistiques.ejs index dff7b83..2a68b40 100644 --- a/views/pages/mon-compte/ma-collection/statistiques.ejs +++ b/views/pages/mon-compte/ma-collection/statistiques.ejs @@ -3,27 +3,31 @@ Mes statistiques -

Mon top 10

- - - - - - - - - - <% for ( let i = 0 ; i < page.top10.length ; i += 1 ) { %> - - - - - - <% } %> - -
ArtisteAlbums
<%= i+1 %><%= page.top10[i].name %><%= page.top10[i].count %>
+
+
+

Mon top 10

+ + + + + + + + + + <% for ( let i = 0 ; i < page.top10.length ; i += 1 ) { %> + + + + + + <% } %> + +
ArtisteAlbums
<%= i+1 %><%= page.top10[i].name %><%= page.top10[i].count %>
+
+

Genres