[TASK] style list and amount of attendees
This commit is contained in:
@@ -87,7 +87,7 @@ async fn retu(
|
||||
ul.iterated {
|
||||
@for rank in highscore {
|
||||
@if rank.show_dots_above {
|
||||
li.card {
|
||||
li.no-border {
|
||||
span {
|
||||
"⋮"
|
||||
}
|
||||
@@ -108,7 +108,9 @@ async fn retu(
|
||||
}
|
||||
}
|
||||
}
|
||||
(t!("amount_participants", amount = amount_participants))
|
||||
span.small {
|
||||
(t!("amount_participants", amount = amount_participants))
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user