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
+
+ + +
+
+
+ + +
+
+ +