[WIP] hardcoded succ and error msg
This commit is contained in:
@@ -32,9 +32,6 @@ async fn index(
|
||||
p {
|
||||
mark { "TODO: Explanation of AEF / digital shadows / search game" }
|
||||
}
|
||||
p {
|
||||
mark { "TODO: Show optional SUCC message" }
|
||||
}
|
||||
|
||||
div.mb-sm {
|
||||
(client.get_display_name())
|
||||
@@ -75,7 +72,7 @@ async fn index(
|
||||
li.card {
|
||||
span {
|
||||
span.font-headline.rank.text-muted { (rank.rank) "." }
|
||||
@if rank.client == client { (PreEscaped("<mark>")) }
|
||||
@if rank.client == client { (PreEscaped("<mark id='ranking'>")) }
|
||||
(rank.client.get_display_name())
|
||||
@if rank.client == client { (PreEscaped("</mark>")) }
|
||||
}
|
||||
|
Reference in New Issue
Block a user