From 649f3ee3adb8d994cba0adf8f0cb539b4bfd799f Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Wed, 11 Dec 2024 11:31:24 -0500 Subject: [PATCH] Adding sr-only contextual content --- app/templates/components/folder-path.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/templates/components/folder-path.html b/app/templates/components/folder-path.html index 976253ee3..7626f7bda 100644 --- a/app/templates/components/folder-path.html +++ b/app/templates/components/folder-path.html @@ -22,7 +22,10 @@ {{ folder.name }} {% endif %} {% else %} - Templates + + Return to all + Templates + {% endif %} {% if not loop.last %}{{ folder_path_separator() }}{% endif %} {% endif %}