[TASK] change to quote

This commit is contained in:
Marie Birner
2025-08-02 21:11:28 +02:00
parent edb8ffc2ec
commit 63a10d55fc
2 changed files with 9 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ async fn index(State(backend): State<Arc<Backend>>, cookies: CookieJar) -> Respo
let markup = new(html! {
hgroup {
h1 { "Digital Shadows" (PreEscaped("&mdash;")) "Who finds the most cameras?" }
h1 { "Who finds the most cameras?" }
}
p {
mark { "TODO: Explanation of AEF / digital shadows / search game" }
@@ -30,15 +30,11 @@ async fn index(State(backend): State<Arc<Backend>>, cookies: CookieJar) -> Respo
form {
fieldset role="group" {
input name="name" placeholder="Replace Name" aria-label="Name";
input name="name" placeholder=(format!("Rename {}", client.get_display_name())) aria-label="Name";
input type="submit" value="Save";
}
}
p {
mark { "TODO: Show optional REGISTER-NAME message" }
}
p { "You have found " (sightings.len()) "/" (amount_total_cameras) " cameras." }
p {
h2 { "Highscore" }