From 0d537963abd439c275b42d72f2ac91293aca6ed5 Mon Sep 17 00:00:00 2001 From: Zynh0722 Date: Wed, 15 Nov 2023 13:39:39 -0800 Subject: [PATCH] styling and formatting for dancer page (incomplete) --- templates/components/dancer.rs.html | 7 +-- templates/dancers.rs.html | 76 +++++++++++++++++------------ 2 files changed, 49 insertions(+), 34 deletions(-) diff --git a/templates/components/dancer.rs.html b/templates/components/dancer.rs.html index 619f967..0d4d48d 100644 --- a/templates/components/dancer.rs.html +++ b/templates/components/dancer.rs.html @@ -2,7 +2,8 @@ @(dancer: Dancer) - - @dancer.name - @dancer.stage_name + + @dancer.name + @dancer.stage_name + diff --git a/templates/dancers.rs.html b/templates/dancers.rs.html index 8311615..3f40cea 100644 --- a/templates/dancers.rs.html +++ b/templates/dancers.rs.html @@ -11,44 +11,58 @@ @:return_to_main_html() -
-
-
- - -
-
- - -
- -
-
+

+ Dancers +

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