summaryrefslogtreecommitdiff
path: root/templates/_departures_hafas.html.ep
diff options
context:
space:
mode:
authorCassidy Dingenskirchen <admin@15318.de>2023-10-22 18:32:41 +0200
committerCassidy Dingenskirchen <admin@15318.de>2023-10-22 18:32:41 +0200
commit644ab3e660aa1cf0fce21ef8300997b3c85ef049 (patch)
tree66ee361a77ae7b93e04dafa4857cb290e160609f /templates/_departures_hafas.html.ep
parent2cee1c0fea109cd731bf3be996885a86ba09f125 (diff)
departure board: aria-label and contrast fix
Diffstat (limited to 'templates/_departures_hafas.html.ep')
-rw-r--r--templates/_departures_hafas.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_departures_hafas.html.ep b/templates/_departures_hafas.html.ep
index a10594e..369f5f4 100644
--- a/templates/_departures_hafas.html.ep
+++ b/templates/_departures_hafas.html.ep
@@ -42,7 +42,7 @@
%= $result->destination
% for my $checkin (@{$checkin_by_train->{$result->id} // []}) {
<span class="followee-checkin">
- <i class="material-icons tiny">people</i>
+ <i class="material-icons tiny" aria-label="Eine Person, der du folgst, ist hier eingecheckt">people</i>
<%= $checkin->{followee_name} %> → <%= $checkin->{arr_name} // '???' %>
</span>
% }