From 6c1fa49350f9c5dc10edf6dcf7946082cf46b62d Mon Sep 17 00:00:00 2001 From: Zynh0722 Date: Wed, 15 Nov 2023 14:04:59 -0800 Subject: [PATCH] tentative table styling --- templates/dancers.rs.html | 44 +++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 23 deletions(-) diff --git a/templates/dancers.rs.html b/templates/dancers.rs.html index 3f40cea..7ae6989 100644 --- a/templates/dancers.rs.html +++ b/templates/dancers.rs.html @@ -12,22 +12,21 @@

- Dancers + Dancers

- - - - - - - - + +
NameStage Name
+ + + + + + + - - - + + - - - - @for dancer in dancers.into_iter() { + + @for dancer in dancers.into_iter() { - @:dancer_html(dancer) + @:dancer_html(dancer) - } - -
NameStage Name
- + +
+ } + + + })