From 3d45f5b9c372c3f772a94980a3dab7a1f4853579 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 7 Feb 2019 11:05:47 +0000 Subject: [PATCH] =?UTF-8?q?Add=20tooltip=20to=20=E2=80=98Templates?= =?UTF-8?q?=E2=80=99=20in=20breadcrumb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Because sometimes we show it truncated to ‘T…’ --- app/templates/components/folder-path.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/components/folder-path.html b/app/templates/components/folder-path.html index 776707ce0..395b43e39 100644 --- a/app/templates/components/folder-path.html +++ b/app/templates/components/folder-path.html @@ -23,7 +23,7 @@ {% if folder.id %} {{ folder.name }} {% else %} - Templates + Templates {% endif %} {% if not loop.last %}{{ folder_path_separator() }}{% endif %} {% endif %}