From 878f6e6d2f4fe4cff0c22e24b20e788690199302 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 21 Apr 2020 22:28:49 +0200 Subject: a11y: Add aria labels to train list elements --- templates/layouts/app.html.ep | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/layouts') diff --git a/templates/layouts/app.html.ep b/templates/layouts/app.html.ep index 6485a22..4b594ac 100644 --- a/templates/layouts/app.html.ep +++ b/templates/layouts/app.html.ep @@ -76,12 +76,12 @@ invert_colors % if (stash('hide_opts')) { -
  • edit
  • +
  • edit
  • % } % else { -
  • edit
  • +
  • edit
  • % } -
  • my_location
  • +
  • my_location
  • -- cgit v1.2.3