From 5111c2a96bac0b2b4ffa44984ae00e586e05b40c Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Tue, 31 May 2016 09:43:53 +0930 Subject: [PATCH] Add sr-only text --- app/views/members/_map.html.haml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/members/_map.html.haml b/app/views/members/_map.html.haml index 43e89fa4f..cbf32ea6e 100644 --- a/app/views/members/_map.html.haml +++ b/app/views/members/_map.html.haml @@ -4,4 +4,6 @@ See other members, plantings, seeds and more near = link_to member.location, place_path(member.location, anchor: "members") - else - %div.location-not-set \ No newline at end of file + %div.location-not-set + %div.sr-only Location not known + %div.sr-only We can't show you what's nearby \ No newline at end of file