From bd8a825138d723f682596eefac735ef8f0bdc22c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 28 Jan 2020 20:26:15 +0100 Subject: Add aria labels where needed, commit 1 of many (#37) --- templates/_checked_in.html.ep | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'templates/_checked_in.html.ep') diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index 7e9bfd0..193657f 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -218,12 +218,12 @@
% if ($journey->{arr_name}) { - comment Kommentar + Kommentar % } % else { - undo Checkin Rückgängig + Checkin Rückgängig % } % if (defined $journey->{arrival_countdown} and $journey->{arrival_countdown} <= 0) { @@ -252,7 +252,7 @@ data-url="<%= url_for('/status')->to_abs->scheme('https') %>/<%= current_user->{name} %>/<%= $journey->{sched_departure}->epoch %>" % } > - share Teilen + Teilen % }
@@ -273,9 +273,9 @@
% my $url = 'https://marudor.de/details/' . $journey->{train_type} . ' ' . $journey->{train_no} . '/' . DateTime->now(time_zone => 'Europe/Berlin')->epoch . '000'; - timeline Zuglauf + timeline Zuglauf % if ($journey->{extra_data}{trip_id}) { - map Karte + Karte % }
@@ -311,7 +311,7 @@
- undo Checkin Rückgängig + Checkin Rückgängig
-- cgit v1.2.3